poppler/CairoFontEngine.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit a0de57f9d08d06692c01f31160c2a02129042d74 Author: Carlos Garcia Campos <[email protected]> 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()) { _______________________________________________ poppler mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/poppler
