Update font-related documentation#30150
Merged
QuLogic merged 7 commits intomatplotlib:mainfrom Jun 11, 2025
Merged
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.
story645
reviewed
Jun 9, 2025
| @@ -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 | |||
Member
There was a problem hiding this comment.
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
Member
Author
There was a problem hiding this comment.
I rewrote the paragraph, hopefully in a clearer way.
Co-authored-by: hannah <[email protected]>
Co-authored-by: hannah <[email protected]>
Co-authored-by: hannah <[email protected]>
Co-authored-by: hannah <[email protected]>
story645
approved these changes
Jun 11, 2025
Member
story645
left a comment
There was a problem hiding this comment.
Thank you, that's a much clearer explanation of font subsetting.
Member
When did that come in/what should this PR be milestoned to? |
QuLogic
approved these changes
Jun 11, 2025
Member
Author
I suppose this should be v3.11.0? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.