1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-07-03 08:38:39 +00:00
This commit is contained in:
Lu Wang 2012-10-13 00:11:15 +08:00
parent b58df8cc16
commit 3b6ed2fe6f
2 changed files with 2 additions and 1 deletions

2
TODO
View File

@ -1,3 +1,5 @@
manually locate font if fixed name
word space/offset before the first letter (calendar pdf)
don't dump image when there is nothing

View File

@ -166,7 +166,6 @@ void HTMLRenderer::install_external_font(GfxFont * font, FontInfo & info)
cerr << "Warning: workaround for font names in bad encodings." << endl;
}
GooString gfn(fontname.c_str());
GfxFontLoc * localfontloc = font->locateFont(xref, gFalse);
if(param->embed_external_font)