home *** CD-ROM | disk | FTP | other *** search
- # Font translation rules have the form
- # "pattern" font and/or attributes
- # A rule applies to any font whose name contains the pattern (case sensitive).
- # The font can be any of Arial, Times, Courier, or Bitmap (or a codepage number)
- # The attributes can be any of Bold, Italic, or Underline.
- # Of rules that specify a font, only the first matching rule is applied.
- # Of rules without a font, all matching rules are applied.
-
- # Standard rules define mappings to the three available fonts
- "Courier" Courier
- "Arial" Arial
- "Sans" Arial
- "Times" Times
- "Serif" Times
-
- # Japanese font names in multi-byte character encodings
- "éoâSâVâbâN" Times
- "éoû╛Æ⌐" Arial
- "âSâVâbâN" Courier
- "û╛Æ⌐" Courier
-
- # The rules below do not specify a font, so they combine with the other rules
- "Black" bold
- "Bold" bold
- "Italic" italic
-
- # The following rules define fonts that are translated to GIFs
- "Symbol" bitmap
- "Wingdings" bitmap
- "Sorts" bitmap
- "Dingbats" bitmap
- "Math" bitmap
- "Drawing" bitmap
- "MT Extra" bitmap
- "Greek" bitmap
- "Marlett" bitmap
- "Arrows" bitmap
- "Bullets" bitmap
- "Keystroke" bitmap
- "Music" bitmap
- "Signs" bitmap
- "Stars" bitmap
- "Sonata" bitmap
- "Petrucci" bitmap
- "BCSYM" bitmap
- "BCCYR" bitmap
-