home *** CD-ROM | disk | FTP | other *** search
/ Publishing Suite 1999 / PUBSUITE99.ISO / Installation / data1.cab / Export_to_Web / Fonts.txt < prev    next >
Text File  |  1999-07-06  |  1KB  |  47 lines

  1. # Font translation rules have the form
  2. # "pattern"   font and/or attributes
  3. # A rule applies to any font whose name contains the pattern (case sensitive).
  4. # The font can be any of Arial, Times, Courier, or Bitmap (or a codepage number)
  5. # The attributes can be any of Bold, Italic, or Underline.
  6. # Of rules that specify a font, only the first matching rule is applied.
  7. # Of rules without a font, all matching rules are applied.
  8.  
  9. # Standard rules define mappings to the three available fonts
  10. "Courier"    Courier
  11. "Arial"        Arial
  12. "Sans"        Arial
  13. "Times"        Times
  14. "Serif"        Times
  15.  
  16. # Japanese font names in multi-byte character encodings
  17. "éoâSâVâbâN"    Times
  18. "éoû╛Æ⌐"        Arial
  19. "âSâVâbâN"    Courier
  20. "û╛Æ⌐"        Courier
  21.  
  22. # The rules below do not specify a font, so they combine with the other rules
  23. "Black"        bold
  24. "Bold"        bold
  25. "Italic"    italic
  26.  
  27. # The following rules define fonts that are translated to GIFs
  28. "Symbol"    bitmap
  29. "Wingdings"    bitmap
  30. "Sorts"        bitmap
  31. "Dingbats"    bitmap
  32. "Math"        bitmap
  33. "Drawing"    bitmap
  34. "MT Extra"    bitmap
  35. "Greek"        bitmap
  36. "Marlett"    bitmap
  37. "Arrows"    bitmap
  38. "Bullets"    bitmap
  39. "Keystroke"    bitmap
  40. "Music"        bitmap
  41. "Signs"        bitmap
  42. "Stars"        bitmap
  43. "Sonata"    bitmap
  44. "Petrucci"    bitmap
  45. "BCSYM"        bitmap
  46. "BCCYR"        bitmap
  47.