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

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 95

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