1# The UW ttyp0 fonts come in nine sizes (from 11px to 22px) and
2# three styles (regular, bold, italic), and can be installed for
3# more than 30 character encodings ("code pages").
4#
5# Edit this file to specify which of the resulting size/style/encoding
6# combinations you want.
7#
8# **********************************************************************
9#
10# SIZES AND STYLES:
11#
12# The following combinations of font size and style are available:
13#
14#     Regular: 11  12  13  14  15  16  17  18  22
15#     Bold:    11b 12b 13b 14b 15b 16b 17b 18b 22b
16#     Italic:                  15i 16i 17i 18i
17#
18# The default is the entire list of size/style combinations.
19# If you want only a subset, delete those that you don't want in the
20# following line:
21
22SIZES = 11 12 13 14 15 16 17 18 22 11b 12b 13b 14b 15b 16b 17b 18b 22b 15i 16i 17i 18i
23
24# **********************************************************************
25#
26# CHARACTER ENCODINGS:
27#
28# The following character encodings are available:
29#
30#     Unicode / ISO 10646-1:                uni
31#     ISO 8859-1 (W Eur Latin):             i01
32#     ISO 8859-2 (E Eur Latin):             i02
33#     ISO 8859-3 (Maltese, Esperanto):      i03
34#     ISO 8859-5 (E Eur Cyrillic):          i05
35#     ISO 8859-7 (Greek):                   i07
36#     ISO 8859-8 (Hebrew):                  i08
37#     ISO 8859-9 (Turkish):                 i09
38#     ISO 8859-10 (Sami, Inuit):            i10
39#     ISO 8859-13 (Baltic):                 i13
40#     ISO 8859-14 (Celtic):                 i14
41#     ISO 8859-15 (W Eur Latin + Euro):     i15
42#     ISO 8859-16 (SE Eur Latin):           i16
43#     MS Windows CP1250 (E Eur Latin):      m50
44#     MS Windows CP1251 (E Eur Cyrillic):   m51
45#     MS Windows CP1253 (Greek):            m53
46#     MS Windows CP1255 (Hebrew):           m55
47#     MS Windows CP1257 (Baltic):           m57
48#     KOI8-R (Russian):                     k8r
49#     KOI8-U (Ukrainian):                   k8u
50#     KOI8-T (Tajik):                       k8t
51#     ArmSCII-8 (Armenian):                 am8
52#     "PS" Encoding (Georgian):             gep
53#     "Academy" Encoding (Georgian):        gea
54#     KZ-1048 (Kazakh):                     kaz
55#     Paratype PT154 (Asian Cyrillic):      154
56#     TIS 620-0 (Thai):                     ti0
57#     TCVN-5712 (Vietnamese):               tcv
58#     VISCII-1.1 (Vietnamese):              vis
59#     BPI-102 (Bambara, Ewondo, Fula):      102
60#     BPI-104 (Lingala, Sango, Wolof):      104
61#     CSX+ (Transliterated Sanskrit):       csp
62#     Original IBM PC Encoding:             437
63#     DOS Multilingual Encoding:            850
64#     Adobe Symbol Font Encoding:           sym
65#
66# The ISO 8859-1 and ISO 8859-9 fonts contain also the additional
67# characters of MS Windows CP1252 and MS Windows CP1254 and can be
68# used for these codepages as well.
69#
70# The default is Unicode, ISO 8859-{1,2,7,9,15}, and MS Windows CP 1251.
71# If you want others, change the following line accordingly:
72
73ENCODINGS = uni i01 i02 i07 i09 i15 m51
74
75# (You will probably need only a small number of encodings. As a rule
76# of thumb, if you have never heard of some encoding, you will probably
77# not need it.)
78
79# **********************************************************************
80