equal
deleted
inserted
replaced
1 -*- outline -*- |
1 -*- outline -*- |
2 |
2 |
3 * How see installed font for X window. |
3 * How see installed font for X window. |
4 |
4 |
5 $ fontsel & |
5 $ fontsel & |
|
6 $ gucharmap & |
6 |
7 |
7 * Setup font for emacs. |
8 * Setup font for emacs. |
8 |
9 |
9 If X running by xinit, write to ~/.xinitrc |
10 If X running by xinit, write to ~/.xinitrc |
10 |
11 |
19 Not any font display correctly cyrillic characters - only those which with ISO 10646. |
20 Not any font display correctly cyrillic characters - only those which with ISO 10646. |
20 If you in X run mc as |
21 If you in X run mc as |
21 |
22 |
22 $ xterm -fn "-misc-fixed-medium-r-*-*-18-*-*-*-*-*-iso10646-1" -geometry 120x42 -e mc -x |
23 $ xterm -fn "-misc-fixed-medium-r-*-*-18-*-*-*-*-*-iso10646-1" -geometry 120x42 -e mc -x |
23 |
24 |
|
25 * Fonts family. |
|
26 |
|
27 See |
|
28 |
|
29 http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=FontsInCyberspace&_sc=1 |
|
30 |
|
31 ** DejaVu. |
|
32 |
|
33 The DejaVu fonts are a font family based on the Vera Fonts. |
|
34 |
|
35 See |
|
36 |
|
37 http://dejavu-fonts.org/wiki/index.php?title=Main_Page |
|
38 |
|
39 *** Debian. |
|
40 |
|
41 $ sudo apt-get install ttf-dejavu |
|
42 |
|
43 ** IPA. |
|
44 |
|
45 See |
|
46 |
|
47 http://scripts.sil.org/DoulosSILfont |
|
48 http://scripts.sil.org/CharisSILfont |
|
49 http://scripts.sil.org/Gentium |
|
50 |
|
51 *** Debian. |
|
52 |
|
53 $ sudo apt-get install ttf-sil-doulos |
|
54 $ sudo apt-get install ttf-sil-charis |
|
55 $ sudo apt-get install ttf-gentium |
|
56 |
24 * How configure font for X? |
57 * How configure font for X? |
25 |
58 |
26 ** Debian. |
59 ** Debian. |
27 |
60 |
28 $ sudo aptitude install fontconfig-config |
61 $ sudo aptitude install fontconfig-config |