mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-22 04:50:09 +00:00
still working...
This commit is contained in:
parent
09cf5f6d6a
commit
0103e02d70
@ -156,7 +156,6 @@ void HTMLRenderer::install_embedded_font(GfxFont * font, const string & suffix,
|
||||
maxcode = 0xff;
|
||||
if(suffix == ".ttf")
|
||||
{
|
||||
/*
|
||||
script_fout << "Reencode(\"original\")" << endl;
|
||||
int buflen;
|
||||
char * buf = nullptr;
|
||||
@ -171,12 +170,14 @@ void HTMLRenderer::install_embedded_font(GfxFont * font, const string & suffix,
|
||||
}
|
||||
gfree(buf);
|
||||
}
|
||||
*/
|
||||
}
|
||||
else if (suffix == ".cff")
|
||||
{
|
||||
script_fout << "Reencode(\"unicode\")" << endl;
|
||||
}
|
||||
else
|
||||
{
|
||||
// 1 pfa do not need this
|
||||
// script_fout << "Reencode(\"unicode\")" << endl;
|
||||
// pass
|
||||
}
|
||||
}
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user