Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b02905a commit 9cac73aCopy full SHA for 9cac73a
lib/matplotlib/font_manager.py
@@ -171,7 +171,7 @@ def win32FontDirectory():
171
return os.path.join(os.environ['WINDIR'], 'Fonts')
172
173
174
-def win32RegistryFonts(reg_domain, base_dir):
+def _win32RegistryFonts(reg_domain, base_dir):
175
r"""
176
Searches for fonts in the Windows registry.
177
@@ -223,7 +223,7 @@ def win32RegistryFonts(reg_domain, base_dir):
223
return items
224
225
226
-def _win32InstalledFonts(directory=None, fontext='ttf'):
+def win32InstalledFonts(directory=None, fontext='ttf'):
227
"""
228
Search for fonts in the specified font directory, or use the
229
system directories if none given. Additionally, it is searched for user
0 commit comments