Extended font description
Source position: agraphics.pas line 293
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: Pointer; |
|
System private use |
tfe_OFontPatchK: Pointer; |
|
System private use |
end; |
This structure is read-only