Unit Information Global Constants Types MFFFont

Global Constants

mecNOERROR =$00
no error
mecBADFILE =$01
the selected file is no mathan font file
mecBADARGUMENT =$02
a function/procedure got an invalid argument
mecFONTnotOPEN =$03
the font file is not open yet
mecNOSTYLELOADED=$04
the selected style is not loades yet
mecSTYLENOTFOUND=$05
the style was not found in the style-list
mecCRCError =$06
the file fails the checksum check
mecMEMORY =$07
out of memory
fntSTANDARD =$00
standard style
fntBOLD =$01
bold style
fntITALIC =$02
italic style
fntUNDERLINE =$04
underlined style
fntSTRIKETHROUGH=$08
strikethrough style
horLEFT =$01
aligned horizontally on the left side
horRIGHT =$02
aligned horizontally on the right side
horCENTER =$04
aligned horizontally centered
verTOP =$10
aligned vertically on the top side
verBOTTOM =$20
aligned vertically on the bottom side
verCENTER =$40
aligned vertically centered
H =$01
appears "on head"(headstand)
LR =$00
drawn from the left to the right
LRH =$01
drawn from the left to the right but "on head"
RL =$02
drawn from the right to the left
RLH =$03
drawn from the right to the left but "on head"
TB =$04
drawn from the top to the bottom
TBH =$05
drawn from the top to the bottom but on head
BT =$08
drawn from the bottom to the top
BTH =$09
drawn from the bottom to the top but on head
ASCIItoANSI:array[0..255] of byte=($00,$01,$02,$03,$04,$05,$06,$B7,$08,$09,$0A,$0B,$0C,$0D,$0E,$A4,$10,$11,$12,$13,$B6,$A7,$16,$17,$18,$19,$1A,$1B,$1C,$1D,$1E,$1F,$20,$21,$22,$23,$24,$25,$26,$27,$28,$ array of char values to convert ascii-char values to ansi char-values
(c) 2001 Mathan Software created by PasDoc