home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1996 February
/
PCWK0296.iso
/
gc25ptch
/
uifont.ali
< prev
next >
Wrap
Text File
|
1995-03-08
|
3KB
|
110 lines
#
# $Header: uifont.ali 1.6 94/07/14 19:41:51 ddesroch Generic<base> $ Copyr (c) 1992 Oracle
#
# Copyright (c) Oracle Corporation 1994.
# All Rights Reserved.
#
# DESCRIPTION:
#
# Each line is of the form:
#
# <Face>.<Size>.<Style>.<Weight>.<Width>.<CharSet> = \
# <Face>.<Size>.<Style>.<Weight>.<Width>.<CharSet>
#
# The <Face> must be the name (string/identifier) of a font face. The
# <Style>, <Weight>, <Width>, and <CharSet> may either be a numeric
# value or a predefined identifier/string. For example, both US7ASCII
# and 1 are valid <CharSet> values, and refer to the same character set.
# The <Size> dimension must be an explicit size, in points.
#
# The following is a list of recognized names and their numeric
# equivalents:
#
# Styles Numeric value
# Plain 0
# Italic 1
# Oblique 2
# Underline 4
# Outline 8
# Shadow 16
# Inverted 32
# Overstrike 64
# Blink 128
#
# Weights Numeric value
# Ultralight 1
# Extralight 2
# Light 3
# Demilight 4
# Medium 5
# Demibold 6
# Bold 7
# Extrabold 8
# Ultrabold 9
#
# Widths Numeric value
# Ultradense 1
# Extradense 2
# Dense 3
# Semidense 4
# Normal 5
# Semiexpand 6
# Expand 7
# Extraexpand 8
# Ultraexpand 9
#
# Styles may be combined; you can use plus ("+") to delimit parts of a style.
# For example,
#
# Arial..Italic+Overstrike = Helvetica.12.Italic.Bold
#
# will map any Arial that has both Italic and Overstrike styles to a 12-point,
# bold, italic Helvetica font.
#
# All strings are case-insensitive in mapping. Font faces are likely to
# be case-sensitive on lookup, depending on the platform and surface, so
# care should be taken with names used on the right-hand side; but they
# will be mapped case-insensitively.
#
# See your platform documentation for a list of all supported character
# sets, and available fonts.
#
#
# BUGS:
# o Should accept a RHS ratio (e.g., "Helv = Arial.2/3").
#
/* MS-Windows Font Alias File */
[ Global ]
.....830 = .....832 /* JEUC converted to SJIS */
/* Mac Fonts */
"Avant Garde" = Arial
"New Century Schlbk" = "Times New Roman"
"New York" = "Times New Roman"
Bookman = "Times New Roman"
/* Motif fonts */
lucidatypewriter = "Courier New"
lucidabright = "Times New Roman"
fixed = "Courier New"
[ Printer ]
/* Mac Fonts */
"Avant Garde" = "Avant Garde"
"New Century Schlbk" = "New Century Schoolbook"
/* Motif fonts */
courier = "Courier New"
times = "Times New Roman"
[ Display ]