File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
doc/api/next_api_changes/behavior Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 1- On windows only fonts known to the registry will be discovered
1+ On Windows only fonts known to the registry will be discovered
22~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
33
44Previously, Matplotlib would recursively walk user and system font directories
55to discover fonts, however this lead to a number of undesirable behaviors
6- including finding deleted fonts. Now Matplotlib will only find fonts that are
7- known to the Windows.
6+ including finding deleted fonts. Now Matplotlib will only find fonts that are
7+ known to the Windows registry .
88
9- This means that any user installed fonts must got through the Windows font
9+ This means that any user installed fonts must go through the Windows font
1010installer rather than simply being copied to the correct folder.
1111
1212This only impacts the set of fonts Matplotlib will consider when using
13- `matplotlib.font_manager.find_font `, directly pass the path to a font to use an
14- arbitrary font (see :doc: `/gallery/text_labels_and_annotations/fonts_file `).
13+ `matplotlib.font_manager.findfont `. To use an arbitrary font, directly pass the
14+ path to a font as shown in
15+ :doc: `/gallery/text_labels_and_annotations/font_file `.
You can’t perform that action at this time.
0 commit comments