•  Back 
  •  Structures 
  •  Index 
  •  Tree View 
  •  Cross references 
  •  %About 
  •  Show info about hypertext 
  •  View a new file 
Topic       : The ATARI Compendium
Author      : Scott Sanders / JAY Software
Version     : 1.25 (20/6/2003)
Subject     : Documentation
Nodes       : 1117
Index Size  : 32614
HCP-Version : 6
Compiled on : Atari
@charset    : UTF-8
@lang       : en
@default    : 
@help       : %About
@options    : +g -i -t4 +y +z
@width      : 100
View Ref-FileThe .FNT File Format
Native File Formats
FONT_HDR                                                         Structures

typedef struct
{
    WORD id;
    WORD size;
    char facename[32];
    WORD ade_lo;
    WORD ade_hi;
    WORD top_dist;
    WORD asc_dist;
    WORD hlf_dist;
    WORD des_dist;
    WORD bot_dist;
    WORD wchr_wdt;
    WORD wcel_wdt;
    WORD lft_ofst;
    WORD rgt_ofst;
    WORD thckning;
    WORD undrline;
    WORD lghtng_m;
    WORD skewng_m;

    struct {
        UWORD reserved    :12;
        UWORD mono_spaced : 1;
        UWORD f68000      : 1;
        UWORD hot         : 1;
        UWORD system      : 1;
    } flags;

    char *hz_ofst;
    WORD *ch_ofst;
    VOID *fnt_dta;
    WORD frm_wdt;
    WORD frm_hgt;
    struct FONT_HDR *next;

} FONT_HDR;

!!! The WORDs are in Little Endian (Intel) format !!!

See also: The .FNT File Format, Native File Formats