Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions doc/users/next_whats_new/type1_subset.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
PDF files created with usetex now embed subsets of Type 1 fonts
---------------------------------------------------------------

When using the PDF backend with the usetex feature,
Matplotlib calls TeX to render the text and formulas in the figure.
The fonts that get used are usually "Type 1" fonts.
They used to be embedded in full
but are now limited to the glyphs that are actually used in the figure.
This reduces the size of the resulting PDF files.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This reads well to me. Thanks!

Loading
Loading