Thanks to visit codestin.com
Credit goes to github.com

Skip to content

DOC: fontfallback works for most of the backends #23786

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 31, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions doc/users/next_whats_new/font_fallback.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Font fallback in Agg
--------------------
Font fallback
-------------

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

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


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