[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Freetype] (no subject)
From: |
Antoine Leca |
Subject: |
Re: [Freetype] (no subject) |
Date: |
Fri, 1 Mar 2002 19:58:15 +0100 |
Hi Jack,
<address@hidden> wrote on Friday, March 01, 2002 7:32 PM
> Please help me out with i18n.
> I use XFree86-4.2.0 and it comes with xterm supporting anti-aliased text
through Xft and ultimately through freetype.
> I use cyrillic true-type fonts and they don't display cyrillic in xterm.
This is *not* a Freetype problem.
You are correct this is ultimately Freetype which is used, but
Freetype makes no distinction between Cyrillic or Armenian
or Japanese or whatever: for it, glyphs are asked as a raw
string of glyph codes, or perhaps it is aked to provide the
cmap table inside the TrueType font
> Same xterm without freetype shows cyrillic.
> The fonts contain cyrillic stuff (I've added them to xfs list and use
them, for instance, in xmms - where it shows
> cyrillic too). I just want to set up cyrillic fonts in X fully.
Then I would suspect the intermediary level, the one which
calls Freetype directly (being Xft or another intermediary).
Hope it helps,
Antoine