[poppler] poppler/CairoFontEngine.cc
Carlos Garcia Campos
carlosgc at kemper.freedesktop.org
Sat Feb 26 04:25:25 PST 2011
poppler/CairoFontEngine.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit e6ae0f8609cd66e9e124af59adefdff9d610dcd4
Author: Carlos Garcia Campos <carlosgc at gnome.org>
Date: Sat Feb 26 13:23:47 2011 +0100
cairo: Handle font type fontCIDType2OT when creating freetype font
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=643273
diff --git a/poppler/CairoFontEngine.cc b/poppler/CairoFontEngine.cc
index 93c0ebe..423e866 100644
--- a/poppler/CairoFontEngine.cc
+++ b/poppler/CairoFontEngine.cc
@@ -467,8 +467,8 @@ CairoFreeTypeFont *CairoFreeTypeFont::create(GfxFont *gfxFont, XRef *xref,
}
}
break;
-
case fontCIDType2:
+ case fontCIDType2OT:
codeToGID = NULL;
n = 0;
if (((GfxCIDFont *)gfxFont)->getCIDToGID()) {
More information about the poppler
mailing list