You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 28, 2019. It is now read-only.
currently, when I add a font, it is included into the final pdf file as a whole. Is this right? Would it be possible to only include characters or character ranges that are actually used?
I suppose this would massively reduce the file size. Especially if one adds a huge font as fallback-font that supports the whole Unicode range.
Greetings
The text was updated successfully, but these errors were encountered:
Hi, @HackbrettXXX
Which fonts were all included in the PDF when you used them?
I only examined the Unicode used by the user and extracted only the corresponding glyph table.
I found something strange, when I embed Batang.ttf as MacRomanEncoding, then the file size is small, however when I embed Lato.ttf as WinAnsiEncoding, then the file is large, even if I do not use the font. Could it be that the different encoding have a different effect?
JP
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
currently, when I add a font, it is included into the final pdf file as a whole. Is this right? Would it be possible to only include characters or character ranges that are actually used?
I suppose this would massively reduce the file size. Especially if one adds a huge font as fallback-font that supports the whole Unicode range.
Greetings
The text was updated successfully, but these errors were encountered: