1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-07-03 00:35:40 +00:00

some comments

This commit is contained in:
Lu Wang 2013-09-19 06:05:03 +08:00
parent 8c4e14b1fa
commit be689f369f

View File

@ -354,6 +354,13 @@ void HTMLRenderer::embed_font(const string & filepath, GfxFont * font, FontInfo
{
if(info.is_type3)
{
/*
* Type 3 fonts are saved and converted into ttf fonts
* encoded based on code points instead of GID
*
* I thought code2GID would work but it never works, and I don't know why
* Anyway we can disable code2GID such that the following procedure will be working based on code points instead of GID
*/
}
else
{