mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-22 04:50:09 +00:00
..
This commit is contained in:
parent
1aebc73818
commit
a5fc093542
2
TODO
2
TODO
@ -1,3 +1,5 @@
|
|||||||
|
multi font in the same line (IE)
|
||||||
|
|
||||||
intermediate asc/des
|
intermediate asc/des
|
||||||
|
|
||||||
fix auto hint
|
fix auto hint
|
||||||
|
@ -400,6 +400,8 @@ void HTMLRenderer::embed_font(const string & filepath, GfxFont * font, FontInfo
|
|||||||
ffw_save((char*)fn);
|
ffw_save((char*)fn);
|
||||||
ffw_close();
|
ffw_close();
|
||||||
|
|
||||||
|
//TODO
|
||||||
|
//this is for CID fonts
|
||||||
ffw_load_font((char*)fn);
|
ffw_load_font((char*)fn);
|
||||||
ffw_metric(&info.ascent, &info.descent, &info.em_size);
|
ffw_metric(&info.ascent, &info.descent, &info.em_size);
|
||||||
ffw_save((char*)fn);
|
ffw_save((char*)fn);
|
||||||
|
Loading…
Reference in New Issue
Block a user