    ifnd LIBRARIES_DISKFONT_I
LIBRARIES_DISKFONT_I set 1

   ifnd    EXEC_NODES_I
   include "asm:include/exec/nodes.i"
   endif
   ifnd    EXEC_LISTS_I
   include "asm:include/exec/lists.i"
   endif
   ifnd    GRAPHICS_TEXT_I
   include "asm:include/graphics/text.i"
   endif

MAXFONTPATH equ 256

; FC
fc_FileName set 0
fc_YSize    set MAXFONTPATH
fc_Style    set fc_YSize+2
fc_Flags    set fc_Style+1
fc_SIZEOF   set fc_Flags+1


FCH_ID      equ $f00

; FCH
fch_FileID     set 0
fch_NumEntries set fch_FileID+2
fch_FC         set fch_NumEntries+2


DFH_ID      equ   $f80
MAXFONTNAME equ   32

; DiskFontHeader
dfh_DF       set 0
dfh_FileID   set LN_SIZE
dfh_Revision set dfh_FileID+2
dfh_Segment  set dfh_Revision+2
dfh_Name     set dfh_Segment+4
dfh_TF       set dfh_Name+MAXFONTNAME
dfh_SIZEOF   set dfh_TF+tf_SIZEOF

AFB_MEMORY equ 0
AFF_MEMORY equ 1<<0
AFB_DISK   equ 1
AFF_DISK   equ 1<<1

; AF
af_Type set 0
af_Attr set af_Type+2
af_SIZEOF set af_Attr+ta_SIZEOF

; AFH
afh_NumEntries set 0
afh_AF         set afh_NumEntries+2

    endif
