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

TTextFontExtension

Extended font description

Declaration

Source position: agraphics.pas line 537

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

  tfe_Private0: Pointer;

end;

Description

This structure is read-only


Documentation generated on: 2021-07-30