1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-12-22 04:50:09 +00:00
This commit is contained in:
Lu Wang 2013-09-19 06:06:22 +08:00
parent be689f369f
commit 4dad850ff7

View File

@ -259,7 +259,6 @@ string HTMLRenderer::dump_type3_font (GfxFont * font, long long fn_id)
ffw_save(font_filename.c_str()); ffw_save(font_filename.c_str());
ffw_close(); ffw_close();
// combine glyphs
return font_filename; return font_filename;
#else #else
return ""; return "";