[Poppler-bugs] [Bug 48046] ttc<->ttf fallback is expected for CJK font list in GlobalParamsWin.cc

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sun Apr 1 10:40:19 PDT 2012


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

--- Comment #1 from suzuki toshiya <mpsuzuki at hiroshima-u.ac.jp> 2012-04-01 10:40:19 PDT ---
Created attachment 59347
  --> https://bugs.freedesktop.org/attachment.cgi?id=59347
preliminary implementation of "ttc"<=>"ttf", "pfb"<=>"pfa" fallback

Here is preliminary implementation of "ttc"<=>"ttf", "pfb"<=>"pfa" fallback.
This implementation is a reply to the post
http://lists.freedesktop.org/archives/poppler/2012-April/008949.html

In current framework of poppler, there is no distinction between
the expected fonts (the exist of the font is expected, but the lack of
the font is not irregular case) and the essential fonts (the lack of
the font may cause serious problem in the font substitution).
To reduce the warning to the lack of essential fonts, this patch
introduces "warnIfMissing" boolean flag to displayFontTable[].

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the Poppler-bugs mailing list