Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
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 colspancell.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, theThis in "This gets both vector text" reads as ambigous to me - I don't know whatgets both, and also I don't quite understand whatgets 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.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
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? |
d810e68
intomatplotlib:mainUh oh!
There was an error while loading.Please reload this page.
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.