diff --git a/common/Font.py b/common/Font.py index ef34499..aa936db 100644 --- a/common/Font.py +++ b/common/Font.py @@ -120,9 +120,6 @@ class Font: self.faces = faces -# TODO: better class structure? -# TODO: get fonts and faces directly - def register_font(font_name, face_name, glyphs_in_fontfile, filepath): if not fonts.keys().__contains__(font_name): fonts[font_name] = Font({})