![[Contents]](../images/toc_d.gif) 
![[Index]](../images/index.gif) 
![[Help]](../images/help_d.gif) 
![[Retrace]](../images/retrace_d.gif) 
![[Browse <]](../images/prev.gif) 
![[Browse >]](../images/next.gif) 
/*
FORM FANT
    FHDR
    - background -
    FORM ILBM   if Background is non-zero
        BMHD
        BODY
    - bitmap list -
    NOTE:  If a bitmap has a mask, it will be compute during load time.
    FORM ILBM   times NumberOfBitMaps
        BMHD
        BODY
    - sound list -
{   FORM 8SVX   times NumberOfSounds
        VHDR
        BODY
    SEFX    }   Default parameters for sound
    - frame list -
{   FRAM        times NumberOfFrames
    SEFX        if sound for channel 1.
    SEFX        if sound for channel 2.
    POLY        times NumberOfPolys
  { CSTR        Text of poly if PolyType = pTEXTBLOCK
    CSTR  } }   Name of font
*/