If dfh_TF.tf_Style FSB_TAGGED bit is set, dfh_Segment points to a TagList the taglist is destroyed on loading
Source position: diskfont.pas line 68
| type TDiskFontHeader = record | ||
| dfh_DF: TNode; | 
 | Node to link disk fonts | 
| dfh_FileID: Word; | 
 | |
| 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; |