remove outdated comments

This commit is contained in:
themancalledjakob 2024-12-07 14:28:37 +01:00
parent 9b20b703dc
commit b9bd72f979

View file

@ -120,9 +120,6 @@ class Font:
self.faces = faces self.faces = faces
# TODO: better class structure?
# TODO: get fonts and faces directly
def register_font(font_name, face_name, glyphs_in_fontfile, filepath): def register_font(font_name, face_name, glyphs_in_fontfile, filepath):
if not fonts.keys().__contains__(font_name): if not fonts.keys().__contains__(font_name):
fonts[font_name] = Font({}) fonts[font_name] = Font({})