|
|
@@ -1040,7 +1040,7 @@ class FontManager(object): |
|
|
# Increment this version number whenever the font cache data
|
|
|
# format or behavior has changed and requires a existing font
|
|
|
# cache files to be rebuilt.
|
|
|
- __version__ = 101
|
|
|
+ __version__ = 200
|
|
|
|
|
|
def __init__(self, size=None, weight='normal'):
|
|
|
self._version = self.__version__
|
|
|
|