mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-22 13:00:08 +00:00
some comments
This commit is contained in:
parent
8c4e14b1fa
commit
be689f369f
@ -354,6 +354,13 @@ void HTMLRenderer::embed_font(const string & filepath, GfxFont * font, FontInfo
|
|||||||
{
|
{
|
||||||
if(info.is_type3)
|
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
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user