File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Filter options
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.
66
66
67
67
.. note ::
68
68
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
70
70
has to find out *all * such subprograms being called by every glyph included
71
71
in the subset, and since there is almost no consistency within multiple
72
72
different backends and the types of subsetting, this is a generally difficult
@@ -75,9 +75,10 @@ characters, and embed only those within the output.
75
75
Luckily, Matplotlib uses a fork of an external dependency called
76
76
`ttconv <https://github.com/sandflow/ttconv >`_, which helps in embedding and
77
77
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> `)
79
80
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)
81
82
| **Type 3 and Type 42 fonts are subsetted**, with a fair amount of exceptions and bugs for the latter.
82
83
83
84
What to use?
You can’t perform that action at this time.
0 commit comments