We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
findSystemFonts takes the font in the directory: C:\Users\USER_NAME\AppData\Local\Microsoft\Windows\Fonts\Deleted
C:\Users\USER_NAME\AppData\Local\Microsoft\Windows\Fonts\Deleted
It should not take them. They are supposedly deleted. It is better to ignore them.
It is basically the same issue as #22859, but with another directory. The PR #24655 should probably correct this problem.
from matplotlib import font_manager font_manager.findSystemFonts()
font_manager.findSystemFonts retrieve fonts from the folder: C:\Users\USER_NAME\AppData\Local\Microsoft\Windows\Fonts\Deleted
font_manager.findSystemFonts should not retrieve fonts from the folder: C:\Users\USER_NAME\AppData\Local\Microsoft\Windows\Fonts\Deleted
No response
Windows 10
3.6.2
pip
The text was updated successfully, but these errors were encountered:
This appears to have been fixed by #24655.
Sorry, something went wrong.
No branches or pull requests
Bug summary
findSystemFonts takes the font in the directory:
C:\Users\USER_NAME\AppData\Local\Microsoft\Windows\Fonts\Deleted
It should not take them. They are supposedly deleted. It is better to ignore them.
It is basically the same issue as #22859, but with another directory.
The PR #24655 should probably correct this problem.
Code for reproduction
Actual outcome
font_manager.findSystemFonts retrieve fonts from the folder:
C:\Users\USER_NAME\AppData\Local\Microsoft\Windows\Fonts\Deleted
Expected outcome
font_manager.findSystemFonts should not retrieve fonts from the folder:
C:\Users\USER_NAME\AppData\Local\Microsoft\Windows\Fonts\Deleted
Additional information
No response
Operating system
Windows 10
Matplotlib Version
3.6.2
Matplotlib Backend
No response
Python version
No response
Jupyter version
No response
Installation
pip
The text was updated successfully, but these errors were encountered: