Extended font description
Source position: agraphics.pas line 232
type TTextFontExtension = record |
||
tfe_MatchWord: Word; |
|
A magic cookie for the extension |
tfe_Flags0: Byte; |
|
System private flags TE0F_NOREMFONT |
tfe_Flags1: Byte; |
|
System private flags |
tfe_BackPtr: PTextFont; |
|
Validation of compilation |
tfe_OrigReplyPort: PMsgPort; |
|
Original value in TTextFont.tf_Extension |
tfe_Tags: PTagItem; |
|
Text Tags for the font |
tfe_OFontPatchS: PWord; |
|
System private use |
tfe_OFontPatchK: PWord; |
|
System private use |
end; |
This structure is read-only