We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9ce5eb4 + 35db7dc commit 49480eeCopy full SHA for 49480ee
lib/matplotlib/font_manager.py
@@ -29,7 +29,6 @@
29
# - default font algorithm needs improvement and testing
30
# - setWeights function needs improvement
31
# - 'light' is an invalid weight value, remove it.
32
-# - update_fonts not implemented
33
34
from functools import lru_cache
35
import json
@@ -1020,14 +1019,6 @@ def set_default_weight(self, weight):
1020
1019
"""
1021
self.__default_weight = weight
1022
1023
- def update_fonts(self, filenames):
1024
- """
1025
- Update the font dictionary with new font files.
1026
- Currently not implemented.
1027
1028
- # !!!! Needs implementing
1029
- raise NotImplementedError
1030
-
1031
# Each of the scoring functions below should return a value between
1032
# 0.0 (perfect match) and 1.0 (terrible match)
1033
def score_family(self, families, family2):
0 commit comments