Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[font_collection] Don't ignore the reload_system_font flags
Since __system_fonts is a private attribute, hasattr(self, '__system_fonts') doesn't actually check if the fontcollection has the __system_fonts attribute. It would work if it would be hasattr(self, '_FontCollection__system_fonts'), but that's a bit hacky, so let's declare self.__system_fonts in the __init__
- Loading branch information