mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-22 04:50:09 +00:00
..
This commit is contained in:
parent
bcf3bd793e
commit
ebc32a9fb1
@ -309,7 +309,7 @@ void HTMLRenderer::embed_font(const string & filepath, GfxFont * font, FontInfo
|
||||
|
||||
// To locate CID2GID for the font
|
||||
// as in CairoFontEngine.cc
|
||||
if(code2GID = _font->getCIDToGID())
|
||||
if((code2GID = _font->getCIDToGID()))
|
||||
{
|
||||
// use the mapping stored in _font
|
||||
code2GID_len = _font->getCIDToGIDLen();
|
||||
|
Loading…
Reference in New Issue
Block a user