1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-07-03 00:35:40 +00:00

disable dump_type3_font

This commit is contained in:
Lu Wang 2013-09-19 02:42:48 +08:00
parent ea4fb47f04
commit fdcf9e634c

View File

@ -720,7 +720,7 @@ const FontInfo * HTMLRenderer::install_font(GfxFont * font)
if(font->getType() == fontType3)
{
//test
dump_type3_font(font, new_fn_id);
//dump_type3_font(font, new_fn_id);
cerr << "Type 3 fonts are unsupported and will be rendered as Image" << endl;
export_remote_default_font(new_fn_id);