mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-22 13:00:08 +00:00
disable dump_type3_font
This commit is contained in:
parent
ea4fb47f04
commit
fdcf9e634c
@ -720,7 +720,7 @@ const FontInfo * HTMLRenderer::install_font(GfxFont * font)
|
|||||||
if(font->getType() == fontType3)
|
if(font->getType() == fontType3)
|
||||||
{
|
{
|
||||||
//test
|
//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;
|
cerr << "Type 3 fonts are unsupported and will be rendered as Image" << endl;
|
||||||
export_remote_default_font(new_fn_id);
|
export_remote_default_font(new_fn_id);
|
||||||
|
Loading…
Reference in New Issue
Block a user