File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -77,9 +77,9 @@ files, particularly with fonts with many glyphs such as those that support CJK
77
77
The solution to this problem is to subset the fonts used in the document and
78
78
only embed the glyphs actually used. This gets both vector text and small
79
79
files sizes. Computing the subset of the font required and writing the new
80
- (reduced) font are both complex problem and thus Matplotlib relies on a
81
- vendored fork of ` ttconv <https://github.com/sandflow/ttconv >`_ and ` fontTools
82
- <https://fonttools.readthedocs.io/en/latest/> `__ .
80
+ (reduced) font are both complex problem and thus Matplotlib relies on
81
+ ` fontTools <https://fonttools.readthedocs.io/en/latest/ >`__ and a vendored fork
82
+ of ` ttconv <https://github.com/sandflow/ttconv >`_ .
83
83
84
84
Currently Type 3, Type 42, and TrueType fonts are subseted. Type 1 fonts are not.
85
85
You can’t perform that action at this time.
0 commit comments