[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Gnome2 and Japanese AA fonts.



>>>>> On Fri, 08 Nov 2002 08:41:40 +1100,
>>>>> "NH" == Nick Hastings <hastings@physics.unimelb.edu.au> wrote:

NH> Hi All,
NH>    I have some fonts working with AA in gnome2. Does anyone know of any
NH> Japanese fonts that work with AA?

you need to install ttf-kochi-gothic and ttf-kochi-mincho
and append the following line to your .xftconfig or
XftConfig:
dir "/usr/share/fonts/truetype/kochi"

match any family == "Sans" edit family += "Kochi Gothic";
match any family == "Serif" edit family += "Kochi Mincho";
match any family == "Monospace" edit family += "Kochi Gothic";

and runs xftcache.
and runs G2 with the environment value as GDK_USE_XFT=1. for
example,

$ export GDK_USE_XFT=1
$ startx

It should works.

--
Akira TAGOH  : tagoh@gnome.gr.jp  / Japan GNOME Users Group
at@gclab.org : tagoh@gnome-db.org / GNOME-DB Project
             : tagoh@redhat.com   / Red Hat, Inc.
             : tagoh@debian.org   / Debian Project



Reply to: