[Poppler-bugs] [Bug 44416] Add -subst option to pdffonts to show the substituted fonts

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Jan 5 07:09:05 PST 2012


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

--- Comment #1 from Albert Astals Cid <tsdgeos at terra.es> 2012-01-05 15:09:05 UTC ---
The spacing in the GlobalParams::getDisplayFont looks a bit broken, 

+        if (res == FcResultMatch && s2) {
+          substName = new GooString((char*)s2);
+    } else {

the if has spaces but the else has tabs

Also i'd just add the subst info all the time, why a switch?

-- 
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