# HG changeset patch # User Oleksandr Gavenko # Date 1247864246 -10800 # Node ID 93429aeb348e28986914719bbf4a32dd964b62b4 # Parent 18c11b2cb394e36ae90d5285f1d2a01b7fe54b18 About IPA font. diff -r 18c11b2cb394 -r 93429aeb348e font.rst --- a/font.rst Fri Jul 17 23:08:57 2009 +0300 +++ b/font.rst Fri Jul 17 23:57:26 2009 +0300 @@ -3,6 +3,7 @@ * How see installed font for X window. $ fontsel & + $ gucharmap & * Setup font for emacs. @@ -21,6 +22,38 @@ $ xterm -fn "-misc-fixed-medium-r-*-*-18-*-*-*-*-*-iso10646-1" -geometry 120x42 -e mc -x +* Fonts family. + +See + + http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=FontsInCyberspace&_sc=1 + +** DejaVu. + +The DejaVu fonts are a font family based on the Vera Fonts. + +See + + http://dejavu-fonts.org/wiki/index.php?title=Main_Page + +*** Debian. + + $ sudo apt-get install ttf-dejavu + +** IPA. + +See + + http://scripts.sil.org/DoulosSILfont + http://scripts.sil.org/CharisSILfont + http://scripts.sil.org/Gentium + +*** Debian. + + $ sudo apt-get install ttf-sil-doulos + $ sudo apt-get install ttf-sil-charis + $ sudo apt-get install ttf-gentium + * How configure font for X? ** Debian.