home *** CD-ROM | disk | FTP | other *** search
/ Mundo do CD-ROM 19 / CDROM19.iso / DOS / DRIVERS / FNT / FONT.LST < prev   
Encoding:
File List  |  1996-08-26  |  2.1 KB  |  49 lines

  1. ; Anything starting with a colon is a comment, no blank lines allowed
  2. ;
  3. ; TypeFaces:             ADVTEXT.H              Used as first char
  4. ;                                               of the font file name
  5. ;       FNT_TIMES            1                          1
  6. ;       FNT_HELVETICA        2                          2
  7. ;       FNT_COURIER          3                          3
  8. ;       FNT_SYSTEM           4                          4
  9. ;
  10. ; Italics: (must match ADVTEXT.H)
  11. ;
  12. ;       STYL_ITALIC           (1 << 1)
  13. ;       STYL_BOLD             (1 << 0)
  14. ;
  15. ; Note: The first font is the default font (used if nothing else is "near").
  16. ; Font is selected by computing "nearness" to each of the fonts in the
  17. ; table, and then selecting the nearest one.
  18. ;
  19. ; Note: SERIF field tells me if the font is decorative or plain
  20. ;       Helvetica, Arial, Block, System etc. are all plain
  21. ;       Times Roman, Bookman, etc. are all decorative
  22. ;
  23. ; Note: file name can be any decimal number, and for ease of file
  24. ; identification I am using the digits as follows:
  25. ;       1st = Type face (1-9)
  26. ;       2nd = Italics (0=no, 1=yes)
  27. ;       3rd = Bold (0=no, 1=yes)
  28. ;       4-5 = Pixel size (typically correspond to points 8, 10, 12, 14, and 24)
  29. ;
  30. ; TypeFace, Serif, Italics, Bold, Pixel Size, nnnnn.FNT file name, Description
  31. ;
  32. 2, 0, 0, 0, 13, 20008, Helvetica 08 Normal
  33. 2, 0, 0, 0, 16, 20010, Helvetica 10 Normal
  34. 2, 0, 0, 0, 20, 20012, Helvetica 12 Normal
  35. 2, 0, 0, 0, 24, 20014, Helvetica 14 Normal
  36. 2, 0, 0, 0, 37, 20024, Helvetica 24 Normal
  37. 1, 1, 0, 0, 13, 10008, Times Roman 08 Normal
  38. 1, 1, 0, 0, 17, 10010, Times Roman 10 Normal
  39. 1, 1, 0, 0, 19, 10012, Times Roman 12 Normal
  40. 1, 1, 0, 0, 21, 10014, Times Roman 14 Normal
  41. 1, 1, 0, 0, 36, 10024, Times Roman 24 Normal
  42. 1, 1, 1, 0, 13, 11008, Times Roman  8 Italics
  43. 1, 1, 1, 0, 16, 11010, Times Roman 10 Italics
  44. 1, 1, 1, 0, 19, 11012, Times Roman 12 Italics
  45. 1, 1, 1, 0, 22, 11014, Times Roman 14 Italics
  46. 1, 1, 1, 0, 38, 11024, Times Roman 24 Italics
  47. 3, 0, 0, 0, 16, 30012, Courier 12 Normal
  48. 4, 0, 0, 0, 16, 40010, System 10 Normal
  49.