Skip to content

Commit 3d8e5b2

Browse files
committed
Add more links
1 parent 53fc27c commit 3d8e5b2

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

doc/users/fonts.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ characters, and embed only those within the output.
6666

6767
.. note::
6868
The role of subsetter really shines when we encounter characters like `ä`
69-
(composed by calling subprograms for ``a`` and ``¨``); since the subsetter
69+
(composed by calling subprograms for **a** and **¨**); since the subsetter
7070
has to find out *all* such subprograms being called by every glyph included
7171
in the subset, and since there is almost no consistency within multiple
7272
different backends and the types of subsetting, this is a generally difficult
@@ -75,9 +75,10 @@ characters, and embed only those within the output.
7575
Luckily, Matplotlib uses a fork of an external dependency called
7676
`ttconv <https://github.com/sandflow/ttconv>`_, which helps in embedding and
7777
subsetting stuff. (however, recent versions have moved away from ttconv to pure
78-
Python for certain types)
78+
Python for certain types: for more details visit
79+
`these <https://github.com/matplotlib/matplotlib/pull/18370>` ; `links <https://github.com/matplotlib/matplotlib/pull/18181>`)
7980

80-
| *Type 1 fonts are still non-subsetted* through Matplotlib. (though one will only encounter these via `usetex`/`dviread` in PDF backend)
81+
| *Type 1 fonts are still non-subsetted* through Matplotlib. (though one will encounter these mostly via *usetex*/*dviread* in PDF backend)
8182
| **Type 3 and Type 42 fonts are subsetted**, with a fair amount of exceptions and bugs for the latter.
8283
8384
What to use?

0 commit comments

Comments
 (0)