Skip to content

Commit ddb8917

Browse files
authored
Merge pull request #23786 from tacaswell/doc_correct_fallback_whatsnew
DOC: fontfallback works for most of the backends
2 parents dd7cf3a + f11b2e4 commit ddb8917

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/users/next_whats_new/font_fallback.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
Font fallback in Agg
2-
--------------------
1+
Font fallback
2+
-------------
33

4-
It is now possible to specify a list of fonts families and the Agg renderer
4+
It is now possible to specify a list of fonts families and Matplotlib
55
will try them in order to locate a required glyph.
66

77
.. plot::
@@ -23,5 +23,5 @@ will try them in order to locate a required glyph.
2323
plt.show()
2424

2525

26-
This currently only works with the Agg backend, but support for the vector
27-
backends is planned for Matplotlib 3.7.
26+
This currently works with the Agg (and all of the GUI embeddings), svg, pdf,
27+
ps, and inline backends.

0 commit comments

Comments
 (0)