ShowModule v0.1 (c) 1992 $#%!
now showing: "emodules:libraries/diskfont.m"
NOTE: don't use this output in your code, use the module instead.

CONST MAXFONTPATH=$100

(---) OBJECT fc
(  0)   filename:substructure
(256)   ysize:INT
(258)   style:CHAR
(259)   flags:CHAR
(---) ENDOBJECT     /* SIZEOF=260 */

(---) OBJECT tfc
(  0)   filename:substructure
(254)   tagcount:INT
(256)   ysize:INT
(258)   style:CHAR
(259)   flags:CHAR
(---) ENDOBJECT     /* SIZEOF=260 */

CONST FCH_ID=$F00,
      TFCH_ID=$F02

(---) OBJECT fch
(  0)   fileid:INT
(  2)   numentries:INT
(---) ENDOBJECT     /* SIZEOF=NONE !!! */

CONST DFH_ID=$F80,
      MAXFONTNAME=$20

(---) OBJECT diskfontheader
(  0)   df:substructure
( 14)   fileid:INT
( 16)   revision:INT
( 18)   segment:LONG
( 22)   name:substructure
( 54)   tf:substructure
(---) ENDOBJECT     /* SIZEOF=106 */

CONST DFH_TAGLIST=18,
      AFF_MEMORY=1,
      AFF_DISK=2,
      AFF_SCALED=4,
      AFF_TTATTR=$10000

(---) OBJECT af
(  0)   type:INT
(  2)   attr:substructure
(---) ENDOBJECT     /* SIZEOF=10 */

(---) OBJECT taf
(  0)   type:INT
(  2)   attr:substructure
(---) ENDOBJECT     /* SIZEOF=14 */

(---) OBJECT afh
(  0)   numentries:INT
(---) ENDOBJECT     /* SIZEOF=NONE !!! */

