home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1996 February / PCWK0296.iso / gc25ptch / uifont.ali < prev    next >
Text File  |  1995-03-08  |  3KB  |  110 lines

  1. #
  2. # $Header: uifont.ali 1.6 94/07/14 19:41:51 ddesroch Generic<base> $ Copyr (c) 1992 Oracle
  3. #
  4. #  Copyright (c) Oracle Corporation 1994.
  5. #  All Rights Reserved.
  6. #
  7. # DESCRIPTION:
  8. #
  9. # Each line is of the form:
  10. #
  11. #     <Face>.<Size>.<Style>.<Weight>.<Width>.<CharSet> = \
  12. #                      <Face>.<Size>.<Style>.<Weight>.<Width>.<CharSet>
  13. #
  14. # The <Face> must be the name (string/identifier) of a font face.  The
  15. # <Style>, <Weight>, <Width>, and <CharSet> may either be a numeric
  16. # value or a predefined identifier/string.  For example, both US7ASCII
  17. # and 1 are valid <CharSet> values, and refer to the same character set.
  18. # The <Size> dimension must be an explicit size, in points.
  19. #
  20. # The following is a list of recognized names and their numeric
  21. # equivalents:
  22. #
  23. #     Styles                Numeric value
  24. #       Plain                      0
  25. #       Italic                     1
  26. #       Oblique                    2
  27. #       Underline                  4
  28. #       Outline                    8
  29. #       Shadow                    16
  30. #       Inverted                  32
  31. #       Overstrike                64
  32. #       Blink                    128
  33. #
  34. #     Weights               Numeric value
  35. #       Ultralight                 1
  36. #       Extralight                 2
  37. #       Light                      3
  38. #       Demilight                  4
  39. #       Medium                     5
  40. #       Demibold                   6
  41. #       Bold                       7
  42. #       Extrabold                  8
  43. #       Ultrabold                  9
  44. #
  45. #     Widths                Numeric value
  46. #       Ultradense                 1
  47. #       Extradense                 2
  48. #       Dense                      3
  49. #       Semidense                  4
  50. #       Normal                     5
  51. #       Semiexpand                 6
  52. #       Expand                     7
  53. #       Extraexpand                8
  54. #       Ultraexpand                9
  55. #
  56. # Styles may be combined; you can use plus ("+") to delimit parts of a style.
  57. # For example,
  58. #
  59. #        Arial..Italic+Overstrike = Helvetica.12.Italic.Bold
  60. #
  61. # will map any Arial that has both Italic and Overstrike styles to a 12-point,
  62. # bold, italic Helvetica font.
  63. #
  64. # All strings are case-insensitive in mapping.  Font faces are likely to
  65. # be case-sensitive on lookup, depending on the platform and surface, so
  66. # care should be taken with names used on the right-hand side; but they
  67. # will be mapped case-insensitively.
  68. #
  69. # See your platform documentation for a list of all supported character
  70. # sets, and available fonts.
  71. #
  72. #
  73. # BUGS:
  74. #    o Should accept a RHS ratio (e.g., "Helv = Arial.2/3").
  75. #
  76.  
  77. /*  MS-Windows Font Alias File  */
  78.  
  79.  
  80. [ Global ]
  81.  
  82. .....830                = .....832   /* JEUC converted to SJIS */
  83.  
  84. /* Mac Fonts */
  85. "Avant Garde"           = Arial
  86. "New Century Schlbk"    = "Times New Roman"
  87. "New York"              = "Times New Roman"
  88. Bookman                 = "Times New Roman"
  89.  
  90.  
  91. /* Motif fonts */
  92.  
  93. lucidatypewriter        = "Courier New"
  94. lucidabright            = "Times New Roman"
  95. fixed                   = "Courier New"
  96.  
  97.  
  98.  
  99. [ Printer ]
  100.  
  101. /* Mac Fonts */
  102. "Avant Garde"           = "Avant Garde"
  103. "New Century Schlbk"    = "New Century Schoolbook"
  104.  
  105. /* Motif fonts */
  106. courier                 = "Courier New"
  107. times                   = "Times New Roman"
  108.  
  109. [ Display ]
  110.