File tree 1 file changed +7
-6
lines changed
doc/api/next_api_changes/behavior 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
2
2
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3
3
4
4
Previously, Matplotlib would recursively walk user and system font directories
5
5
to 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 .
8
8
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
10
10
installer rather than simply being copied to the correct folder.
11
11
12
12
This 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