home *** CD-ROM | disk | FTP | other *** search
File List | 1996-08-26 | 2.1 KB | 49 lines |
- ; Anything starting with a colon is a comment, no blank lines allowed
- ;
- ; TypeFaces: ADVTEXT.H Used as first char
- ; of the font file name
- ; FNT_TIMES 1 1
- ; FNT_HELVETICA 2 2
- ; FNT_COURIER 3 3
- ; FNT_SYSTEM 4 4
- ;
- ; Italics: (must match ADVTEXT.H)
- ;
- ; STYL_ITALIC (1 << 1)
- ; STYL_BOLD (1 << 0)
- ;
- ; Note: The first font is the default font (used if nothing else is "near").
- ; Font is selected by computing "nearness" to each of the fonts in the
- ; table, and then selecting the nearest one.
- ;
- ; Note: SERIF field tells me if the font is decorative or plain
- ; Helvetica, Arial, Block, System etc. are all plain
- ; Times Roman, Bookman, etc. are all decorative
- ;
- ; Note: file name can be any decimal number, and for ease of file
- ; identification I am using the digits as follows:
- ; 1st = Type face (1-9)
- ; 2nd = Italics (0=no, 1=yes)
- ; 3rd = Bold (0=no, 1=yes)
- ; 4-5 = Pixel size (typically correspond to points 8, 10, 12, 14, and 24)
- ;
- ; TypeFace, Serif, Italics, Bold, Pixel Size, nnnnn.FNT file name, Description
- ;
- 2, 0, 0, 0, 13, 20008, Helvetica 08 Normal
- 2, 0, 0, 0, 16, 20010, Helvetica 10 Normal
- 2, 0, 0, 0, 20, 20012, Helvetica 12 Normal
- 2, 0, 0, 0, 24, 20014, Helvetica 14 Normal
- 2, 0, 0, 0, 37, 20024, Helvetica 24 Normal
- 1, 1, 0, 0, 13, 10008, Times Roman 08 Normal
- 1, 1, 0, 0, 17, 10010, Times Roman 10 Normal
- 1, 1, 0, 0, 19, 10012, Times Roman 12 Normal
- 1, 1, 0, 0, 21, 10014, Times Roman 14 Normal
- 1, 1, 0, 0, 36, 10024, Times Roman 24 Normal
- 1, 1, 1, 0, 13, 11008, Times Roman 8 Italics
- 1, 1, 1, 0, 16, 11010, Times Roman 10 Italics
- 1, 1, 1, 0, 19, 11012, Times Roman 12 Italics
- 1, 1, 1, 0, 22, 11014, Times Roman 14 Italics
- 1, 1, 1, 0, 38, 11024, Times Roman 24 Italics
- 3, 0, 0, 0, 16, 30012, Courier 12 Normal
- 4, 0, 0, 0, 16, 40010, System 10 Normal