mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-22 04:50:09 +00:00
..
This commit is contained in:
parent
b58df8cc16
commit
3b6ed2fe6f
2
TODO
2
TODO
@ -1,3 +1,5 @@
|
|||||||
|
manually locate font if fixed name
|
||||||
|
|
||||||
word space/offset before the first letter (calendar pdf)
|
word space/offset before the first letter (calendar pdf)
|
||||||
|
|
||||||
don't dump image when there is nothing
|
don't dump image when there is nothing
|
||||||
|
@ -166,7 +166,6 @@ void HTMLRenderer::install_external_font(GfxFont * font, FontInfo & info)
|
|||||||
cerr << "Warning: workaround for font names in bad encodings." << endl;
|
cerr << "Warning: workaround for font names in bad encodings." << endl;
|
||||||
}
|
}
|
||||||
|
|
||||||
GooString gfn(fontname.c_str());
|
|
||||||
GfxFontLoc * localfontloc = font->locateFont(xref, gFalse);
|
GfxFontLoc * localfontloc = font->locateFont(xref, gFalse);
|
||||||
|
|
||||||
if(param->embed_external_font)
|
if(param->embed_external_font)
|
||||||
|
Loading…
Reference in New Issue
Block a user