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

Skip to content

Commit dfec6b3

Browse files
tacaswellQuLogicstory645
committed
DOC: fix english and cross ref
Co-authored-by: Elliott Sales de Andrade <[email protected]> Co-authored-by: hannah <[email protected]>
1 parent 17fac2e commit dfec6b3

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed
Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
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

44
Previously, Matplotlib would recursively walk user and system font directories
55
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.
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
1010
installer rather than simply being copied to the correct folder.
1111

1212
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`.

0 commit comments

Comments
 (0)