freetype-devel
[Top][All Lists]
Advanced

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

[ft-devel] Encodings supported by PCF


From: Marek Kasik
Subject: [ft-devel] Encodings supported by PCF
Date: Tue, 23 May 2017 17:00:31 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.1.0

Hi,

I've got a downstream report that a PCF font is not showed in
gnome-font-viewer (see
https://bugzilla.redhat.com/show_bug.cgi?id=1451795).

After some debugging I've found that since the gnome-font-viewer uses
FT_Get_First_Char() and FT_Get_Next_Char() it needs a charmap defined in
its FT_Face but the font doesn't have one since the encoding is
FT_ENCODING_NONE. The font has CHARSET_REGISTRY "ISO646.1991" and
CHARSET_ENCODING "IRV" which seems to be ASCII basically.

My question is whether the encodings recognized as Unicode in
PCF_Face_Init() could be extended by this encoding?

Regards

Marek



reply via email to

[Prev in Thread] Current Thread [Next in Thread]