Unit 'agraphics' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#amunits]

tTextFontExtension

Extended font description

Declaration

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;

Description

This structure is read-only


Documentation generated on: 2021-07-30