home *** CD-ROM | disk | FTP | other *** search
/ ST-Computer Leser 2002 January / STC_CD_01_2002.iso / SYSTEM / XG_0142.TAR / xg / fonts.alias.EXMPL < prev    next >
Text File  |  2001-01-30  |  2KB  |  43 lines

  1. !!!
  2. !!!  fonts.alias  - example configuration file
  3. !!!
  4. !!! Edit this file for your own purpose and place it at  /etc/X11/fonts.alias
  5. !!! See the README file for more infomations.
  6. !!!
  7. !!! Lines starting with a '!' are comment lines.
  8.  
  9.  
  10. !!! Edit and uncomment the following lines to define _field_patterns_ to be
  11. !!! substituted.  Be aware of the ':' behind the pattern!
  12.  
  13. !-adobe-:     -*-              ! replace that foundry to wildcard
  14. !-times-:     -Life-           ! use a font with serifes
  15. !-helvetica-: -Gothic720-      ! and a font without serifes
  16. !-courier-:   -Courier10Pitch- ! replace that to the full qualified family name
  17. !-o-:         -I-              ! allways use Italic instead of Oblique
  18.  
  19. ! With the examples above, a request for '-adobe-times-*-*-*-*-*-*-*-*-*-*-*-*'
  20. ! would be tanslated to                  '-*-Life-*-*-*-*-*-*-*-*-*-*-*-*'
  21. ! and a request for     '-adobe-foobar-*-*-*-*-*-*-*-*-*-*-*-*'
  22. ! would be tanslated to '-*-foobar-*-*-*-*-*-*-*-*-*-*-*-*'
  23.  
  24.  
  25. !!! Edit and uncomment the following lines to define _complete_lines_ to be
  26. !!! substituted.  Be aware that there is _no_ ':' behind the pattern!
  27.  
  28. ! The following both lines should always be defined because most X programs
  29. ! needs it:
  30.  
  31. !fixed    -Bitstream-Courier10Pitch-Medium-R-Normal-Serif-17-100-0-0-C-80-ISO8859-1
  32. !variable -Bitstream-Charter-Medium-R-Normal-Serif-17-100-0-0-P-73-ISO8859-1
  33.  
  34.  
  35. ! Some more definitions may follow, like:
  36.  
  37. !-misc-fixed-*-*-*-*-*-*-*-*-*-*-iso8859-1  -Bitstream-Courier10Pitch-Medium-R-Normal-Serif-*-*-*-*-C-*-ISO8859-1
  38.  
  39.  
  40. ! It's always a good idea to reduce the number of '*'s at the _right_ side of
  41. ! the line (the substitution) because that speeds up the server's algorithm to
  42. ! find matching fonts.
  43.