File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff 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.
7575Luckily, Matplotlib uses a fork of an external dependency called
7676`ttconv <https://github.com/sandflow/ttconv >`_, which helps in embedding and
7777subsetting 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
8384What to use?
You can’t perform that action at this time.
0 commit comments