mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-21 20:50:07 +00:00
handle subtype OpenType for FontFile3, in pdf 1.6
This commit is contained in:
parent
47f141029c
commit
2a5ce90818
@ -117,6 +117,10 @@ string HTMLRenderer::dump_embedded_font (GfxFont * font, FontInfo & info)
|
||||
{
|
||||
suffix = ".cid";
|
||||
}
|
||||
else if (subtype == "OpenType")
|
||||
{
|
||||
suffix = ".otf";
|
||||
}
|
||||
else
|
||||
{
|
||||
cerr << "Unknown subtype: " << subtype << endl;
|
||||
|
Loading…
Reference in New Issue
Block a user