[Fontconfig-bugs] [Bug 59480] Bitmap fonts (in FON-Format) are rendered as Helvetica-like fonts

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Jan 22 23:25:00 PST 2013


https://bugs.freedesktop.org/show_bug.cgi?id=59480

--- Comment #5 from Akira TAGOH <akira at tagoh.org> ---
Has that font ever been rendered correctly?

I suppose the default behavior is expecting that the font is in Unicode. if
that font isn't, I'm not that surprised the rendering is wrong.

After some research, I see now FON-format version 3 has a field to determine
the charset. so given that that font contains any charset information, there
are two steps to render it properly.

1) implement FcFontDecode in fcfreetype.c for that
2) Use FcFreeTypeCharIndex() instead of FT_Get_Char_Index() in applications (in
this case in GIMP if not yet)

I'm not sure if it's worth doing. if appearing those fonts in the list is the
issue, blacklisting it may be easier perhaps.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/fontconfig-bugs/attachments/20130123/8aae4e78/attachment.html>


More information about the Fontconfig-bugs mailing list