home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 August / PCWorld_2000-08_cd.bin / Software / TemaCD / xbasic / xbpro.exe / xb / xxx / font.xyz < prev    next >
Text File  |  1999-05-12  |  2KB  |  51 lines

  1. '
  2. ' #################################
  3. ' #####  file "xxx\font.xxx"  #####
  4. ' #################################
  5. '
  6. ' The first file not commented out becomes the default font.
  7. '
  8. ' Good choices include:
  9. '   OEM_FIXED_FONT      - best all round choice
  10. '   SYSTEM_FIXED_FONT   - readable and attractive - large line spacing
  11. '
  12. '   if OEM_FIXED_FONT is too small, try SYSTEM_FIXED_FONT
  13. '
  14. ' Poor choices include:
  15. '   MS Standard Font    - upper case only !!!
  16. '   Symbol              - symbols, not characters
  17. '   System              - large but hard to read
  18. '   Fixedsys            - too thin and too wide
  19. '   ANSI_FIXED_FONT     - large but some ugly characters
  20. '   ANSI_VAR_FONT       - readable but not fixed pitch - sans serif - like helvetica
  21. '   SYSTEM_FONT         - very readable and attractive but not fixed pitch - like helvetica bold
  22. '   DEVICE_DEFAULT_FONT - very large - okay for person with terrible eyesight
  23. '   UNSPECIFIED_FONT    - very unreliable - generally not fixed pitch
  24. '   DEFAULT_GUI_FONT    - faiirly readable for a small font - not fixed pitch
  25. '   Terminal            - short but wide characters - too thin
  26. '   MS Serif            - not very readable or attractive - too small - not fixed pitch
  27. '   Courier             - short but wide characters - too thin
  28. '   Small Fonts         - fairly readable and attractive for a very small font - not fixed pitch
  29. '   MS Helv             - very readable and attractive for a very small font - not fixed pitch
  30. '   8514oem             - huge characters - way too large
  31. '
  32.  OEM_FIXED_FONT
  33. ' SYSTEM_FIXED_FONT
  34. ' ANSI_FIXED_FONT
  35. ' ANSI_VAR_FONT
  36. ' SYSTEM_FONT
  37. ' DEVICE_DEFAULT_FONT
  38. ' UNSPECIFIED_FONT
  39. ' DEFAULT_GUI_FONT
  40. ' System
  41. ' Fixedsys
  42. ' Terminal
  43. ' MS Serif
  44. ' MS Sans Serif
  45. ' Courier
  46. ' Symbol
  47. ' Small Fonts
  48. ' MCS Standard Font
  49. ' MCS Helv
  50. ' 8514oem
  51.