1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-07-07 18:30:34 +00:00
This commit is contained in:
Lu Wang 2013-05-04 03:30:18 +08:00
parent bcf3bd793e
commit ebc32a9fb1

View File

@ -309,7 +309,7 @@ void HTMLRenderer::embed_font(const string & filepath, GfxFont * font, FontInfo
// To locate CID2GID for the font // To locate CID2GID for the font
// as in CairoFontEngine.cc // as in CairoFontEngine.cc
if(code2GID = _font->getCIDToGID()) if((code2GID = _font->getCIDToGID()))
{ {
// use the mapping stored in _font // use the mapping stored in _font
code2GID_len = _font->getCIDToGIDLen(); code2GID_len = _font->getCIDToGIDLen();