remove outdated comments
This commit is contained in:
parent
9b20b703dc
commit
b9bd72f979
1 changed files with 0 additions and 3 deletions
|
@ -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({})
|
||||
|
|
Loading…
Reference in a new issue