-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Update font-related documentation #30150
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
We now subset Type-1 fonts and no longer have a copy of ttconv. Make the font comparison table a grid table so we can use a colspan cell. Clarify that Type-1 fonts get used only in the usetex/pdf combination.
@@ -86,11 +91,8 @@ | |||
The solution to this problem is to subset the fonts used in the document and | |||
only embed the glyphs actually used. This gets both vector text and small | |||
files sizes. Computing the subset of the font required and writing the new |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since you're already touching this, the This in "This gets both vector text" reads as ambigous to me - I don't know what gets both, and also I don't quite understand what gets means in this context
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I rewrote the paragraph, hopefully in a clearer way.
Co-authored-by: hannah <story645@gmail.com>
Co-authored-by: hannah <story645@gmail.com>
Co-authored-by: hannah <story645@gmail.com>
Co-authored-by: hannah <story645@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you, that's a much clearer explanation of font subsetting.
When did that come in/what should this PR be milestoned to? |
I suppose this should be v3.11.0? |
We now subset Type-1 fonts and no longer have a copy of ttconv.
Make the font comparison table a grid table so we can use a colspan
cell.
Clarify that Type-1 fonts get used only in the usetex/pdf combination.