From b9bd72f97939a4b2785f1c4a48a0d2caf0179b54 Mon Sep 17 00:00:00 2001 From: themancalledjakob Date: Sat, 7 Dec 2024 14:28:37 +0100 Subject: [PATCH] remove outdated comments --- common/Font.py | 3 --- 1 file changed, 3 deletions(-) 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({})