[Fontconfig-bugs] [Bug 58641] font "Wingdings" is displayed incorrectly and the bug in fontconfig crashes xfd

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Jan 7 16:06:00 PST 2013


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

--- Comment #12 from Behdad Esfahbod <freedesktop at behdad.org> ---
The change indeed was a result of removing the Apple Roman encoding.  However,
I don't think it's incorrect.

The font has two cmap tables:

  1. Apple Roman.  This one incorrectly maps Latin characters to the wingding
symbols.

  2. MS Symbol.  This one maps private-use-area characters to the symbol.

Now, for some reason we are NOT reading the second table, so previously we were
relying on the first one, which we don't read anymore.

The problem is, symbol fonts have no defined encoding.  One would never know
what the glyph at position one really is.  So I think it's correct for
fontconfig to NOT enumerate those glyphs.

-- 
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/20130108/03afc9ba/attachment.html>


More information about the Fontconfig-bugs mailing list