Skip to content

Commit 4496629

Browse files
committed
DOC: flip order to be clear we do not vendor fonttools
1 parent 709500c commit 4496629

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/users/explain/fonts.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@ files, particularly with fonts with many glyphs such as those that support CJK
7777
The solution to this problem is to subset the fonts used in the document and
7878
only embed the glyphs actually used. This gets both vector text and small
7979
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>`_.
8383

8484
Currently Type 3, Type 42, and TrueType fonts are subseted. Type 1 fonts are not.
8585

0 commit comments

Comments
 (0)