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

TDiskFontHeader

If dfh_TF.tf_Style FSB_TAGGED bit is set, dfh_Segment points to a TagList the taglist is destroyed on loading

Declaration

Source position: diskfont.pas line 63

type TDiskFontHeader = record

  dfh_DF: TNode;

  

Node to link disk fonts

  dfh_FileID: Word;

  

DFH_ID

  dfh_Revision: Word;

  

The font revision

  dfh_Segment: LongInt;

  

The segment address when loaded

  dfh_Name: array [0..MAXFONTNAME-1] of Char;

  

the font name (#0 terminated)

  dfh_TF: TTextFont;

  

loaded TextFont structure

end;


Documentation generated on: 2021-07-30