1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-07-03 00:35:40 +00:00
This commit is contained in:
Lu Wang 2012-09-22 01:25:59 +08:00
parent 1aebc73818
commit a5fc093542
2 changed files with 4 additions and 0 deletions

2
TODO
View File

@ -1,3 +1,5 @@
multi font in the same line (IE)
intermediate asc/des
fix auto hint

View File

@ -400,6 +400,8 @@ void HTMLRenderer::embed_font(const string & filepath, GfxFont * font, FontInfo
ffw_save((char*)fn);
ffw_close();
//TODO
//this is for CID fonts
ffw_load_font((char*)fn);
ffw_metric(&info.ascent, &info.descent, &info.em_size);
ffw_save((char*)fn);