[12767] | 1 | ### International Fonts Ver.1.1 ### |
---|
| 2 | |
---|
| 3 | 0. Introduction |
---|
| 4 | |
---|
| 5 | This directory contains free X11 fonts (BDF format) for all characters |
---|
| 6 | that Emacs 20 can handle. They are classified into several |
---|
| 7 | categories, with one archive file (*.tar) for each category. |
---|
| 8 | |
---|
| 9 | This directory also contains the following two files: |
---|
| 10 | README -- this file |
---|
| 11 | Makefile -- to install fonts |
---|
| 12 | |
---|
| 13 | 1. Instructions for installing these fonts |
---|
| 14 | |
---|
| 15 | 1.1 Suppose that you put copies of font archives in $DISTDIR. |
---|
| 16 | This directory should contain Makefile as well as this README file and |
---|
| 17 | archive files. |
---|
| 18 | |
---|
| 19 | Suppose that you want to install fonts in the directory $INSTDIR. |
---|
| 20 | This directory should be readable by your X server. |
---|
| 21 | |
---|
| 22 | 1.1 cd to $DISTDIR |
---|
| 23 | |
---|
| 24 | 1.2 Run the command `make' with one arguement `all'. |
---|
| 25 | Then all fonts in the archive files you put in $DISTDIR are installed |
---|
| 26 | in the directory: |
---|
| 27 | /usr/local/share/emacs/fonts |
---|
| 28 | If this direcotry is different from $INSTDIR, run `make' as follows: |
---|
| 29 | % make INSTALLDIR=$INSTDIR all |
---|
| 30 | |
---|
| 31 | If you want to install only some portions of the fonts in $DISTDIR, |
---|
| 32 | read the explanation displayed by: |
---|
| 33 | % make |
---|
| 34 | |
---|
| 35 | 1.3 The step 1.2 only converts fonts to a format X server can read |
---|
| 36 | (PCF format) and put them in proper directory. You must inform your X |
---|
| 37 | server about the new fonts. |
---|
| 38 | You can tell one X session to use the installed fonts with: |
---|
| 39 | % xset +fp $INSTDIR |
---|
| 40 | On some systems, you may have to give absolute pathname to the command |
---|
| 41 | `xset'. |
---|
| 42 | |
---|
| 43 | To make the effect permanent for future X sessions, you probably have |
---|
| 44 | to edit certain files in yout X installation, for instance, include |
---|
| 45 | the following line in your ~/.xinitrc or ~/.xsession. |
---|
| 46 | xset +fp $INSTDIR |
---|
| 47 | |
---|
| 48 | 2. List of font archives |
---|
| 49 | |
---|
| 50 | 2.1 Classification of archive files |
---|
| 51 | |
---|
| 52 | Fonts are classified by the following regions: |
---|
| 53 | European, Asian, Chinese, Japanese, Korean, Ethiopic, Misc |
---|
| 54 | and this directory contains the following kinds of archives. |
---|
| 55 | |
---|
| 56 | o REGION.tar |
---|
| 57 | |
---|
| 58 | The fonts in these archives are the fonts of normal size (less than or |
---|
| 59 | equal to 24dots) not included in the standard distribution of X window |
---|
| 60 | system. You surely need all of them to correctly display all |
---|
| 61 | characters supported by Emacs 20. |
---|
| 62 | |
---|
| 63 | o REGION-X.tar |
---|
| 64 | |
---|
| 65 | The fonts in these archives are fonts of normal size included in the |
---|
| 66 | standard distribution of X window system. You may not need them if |
---|
| 67 | you have already installed X's fonts (distributed under `misc' |
---|
| 68 | subdirectory). |
---|
| 69 | |
---|
| 70 | o REGION-BIG.tar |
---|
| 71 | |
---|
| 72 | The fonts in these archives are fonts of big size (greater than |
---|
| 73 | 24dots). None of them are included in the standard distribution of X |
---|
| 74 | window system. You need them only when you surely want to see big |
---|
| 75 | characters. But, they do not cover all character sets. |
---|
| 76 | |
---|
| 77 | This directory also contains the archives of fonts classified by their |
---|
| 78 | sizes (see the tail of this file). They contain both fonts included |
---|
| 79 | in X's distribution and fonts not included in it. |
---|
| 80 | |
---|
| 81 | 2.2 Contents of each archive file |
---|
| 82 | |
---|
| 83 | European.tar -- European normal size fonts (suitable with the other fonts) |
---|
| 84 | etl{14,16,24}-latin1.bdf -- ISO8859-1 (Latin-1) |
---|
| 85 | etl{14,16,24}-latin2.bdf -- ISO8859-2 (Latin-2) |
---|
| 86 | etl{14,16,24}-latin3.bdf -- ISO8859-3 (Latin-3) |
---|
| 87 | etl{14,16,24}-latin4.bdf -- ISO8859-4 (Latin-4) |
---|
| 88 | etl16b-latin1.bdf -- ISO8859-1 (Latin-1) bold |
---|
| 89 | etl16i-latin1.bdf -- ISO8859-1 (Latin-1) italic |
---|
| 90 | etl16bi-latin1.bdf -- ISO8859-1 (Latin-1) bold-italic |
---|
| 91 | etl{14,16,24}-cyrillic.bdf -- ISO8859-5 (Cyrillic) |
---|
| 92 | etl{14,16,24}-greek.bdf -- ISO8859-7 (Greek) |
---|
| 93 | etl{14,16,24}-hebrew.bdf -- ISO8859-8 (Hebrew) |
---|
| 94 | etl{14,16,24}-latin5.bdf -- ISO8859-9 (Latin-5) |
---|
| 95 | etl{14,24}-koi.bdf -- KOI (Cyrillic) |
---|
| 96 | a18.bdf -- 9x18 dots ISO8859-1 (Latin1) |
---|
| 97 | |
---|
| 98 | European-BIG.tar -- European big fonts |
---|
| 99 | etl40-latin1.bdf -- ISO8859-1 (Latin-1) |
---|
| 100 | |
---|
| 101 | Asian.tar -- Asian (non-CJK) fonts |
---|
| 102 | etl{16,24}-viscii.bdf -- Vietnamese (VISCII) |
---|
| 103 | mule-indian-1col-24.bdf -- Indian script |
---|
| 104 | mule-indian-24.bdf -- Indian script |
---|
| 105 | mule-iscii-24.bdf -- Indian script |
---|
| 106 | mule-lao-{14,16,24}.bdf -- Lao |
---|
| 107 | mule-tibmdx-{16,24}.bdf -- Tibetan double column width |
---|
| 108 | mule-tibmdx-1col-{16,24}.bdf -- Tibetan single column width |
---|
| 109 | thai-{14,16,24}.bdf -- Thai (TIS620) |
---|
| 110 | |
---|
| 111 | Chinese.tar -- Chinese normal size fonts excluding what distributed with X |
---|
| 112 | guobiao16.bdf -- 16 dots GB2312 + GB8565-88 |
---|
| 113 | cns-[1234567]-24.bdf -- 24 dots CNS Plane 1..7 |
---|
| 114 | taipei{16,24}.bdf -- 16 and 24 dots BIG5 (ETen) |
---|
| 115 | etl{14,16,24}-sisheng.bdf -- 14, 16, 24 dots SiSheng |
---|
| 116 | |
---|
| 117 | Chinese-BIG.tar -- Chinese big fonts |
---|
| 118 | cc{40,48}s.bdf -- 40 and 48 dots GB2312 |
---|
| 119 | cns-[1234567]-40.bdf -- 40 dots CNS Plane 1..7 |
---|
| 120 | |
---|
| 121 | Chinese-X.tar -- Chinese fonts distributed with X |
---|
| 122 | gb16{fs,st}.bdf -- 16 dots GB2312 |
---|
| 123 | gb24st.bdf -- 24 dots GB2312 |
---|
| 124 | |
---|
| 125 | Japanese.tar -- Japanese normal size fonts excluding what distributed with X |
---|
| 126 | k16-1990.bdf -- 16 dots JISX0208.1990 |
---|
| 127 | jiskan16-1978.bdf -- 16 dots JISX0208.1978 |
---|
| 128 | jisksp16.bdf -- 16 dots JISX0212.1990 (HojoKanji) |
---|
| 129 | kanji18.bdf -- 18 dots JISX0208.1983 |
---|
| 130 | a18rk.bdf -- 9x18 dots JISX0201 (Roman & Kana) |
---|
| 131 | |
---|
| 132 | Japanese-BIG.tar -- Japanese big fonts |
---|
| 133 | kanji32.bdf -- 32 dots JISX0208.1983 |
---|
| 134 | kanji48.bdf -- 48 dots JISX0208.1983 |
---|
| 135 | jisksp40.bdf -- 40 dots JISX0212.1990 (HojoKanji) |
---|
| 136 | |
---|
| 137 | Japanese-X.tar -- Japanese fonts distributed with X |
---|
| 138 | k14.bdf -- 14 dots JISX0208.1983 |
---|
| 139 | jiskan{16,24}.bdf -- 16 and 24 dots JISX0208.1983 |
---|
| 140 | 8x16rk.bdf -- 8x16 dots JISX0201 (Roman & Kana) |
---|
| 141 | 12x24rk.bdf -- 12x24 dots JISX0201 (Roman & Kana) |
---|
| 142 | |
---|
| 143 | Korean-X.tar -- Korean fonts distributed with X |
---|
| 144 | hangl[mg]16.bdf -- 16 dots KSC5601.1987 |
---|
| 145 | hanglm24.bdf -- 24 dots KSC5601.1987 |
---|
| 146 | |
---|
| 147 | Ethiopic.tar -- Ethiopic fonts |
---|
| 148 | ethiomx16f-uni.bdf -- 16 dots Ethiopic (Unicode) |
---|
| 149 | ethiomx24f-uni.bdf -- 24 dots Ethiopic (Unicode) |
---|
| 150 | |
---|
| 151 | Misc.tar -- fonts for the other regions |
---|
| 152 | etl{14,16,24}-ipa.bdf -- International Phonetic Alphabet |
---|
| 153 | etl{14,16,24}-hebrew.bdf -- Hebrew (ISO8859-8) |
---|
| 154 | etl{16,24}-arabic0.bdf -- Arabic digits |
---|
| 155 | etl{16,24}-arabic1.bdf -- Arabic single column |
---|
| 156 | etl{16,24}-arabic2.bdf -- Arabic double columnfont |
---|