mirror of
https://gitlab.com/MisterBiggs/bdfparse.git
synced 2025-07-27 08:41:38 +00:00
removed debugging code
This commit is contained in:
@@ -172,7 +172,7 @@ def parse_chars(bdfFile):
|
||||
|
||||
bits += bdf.readline()
|
||||
font[char] = from_hex(bits.strip(), cols)
|
||||
print(char)
|
||||
|
||||
if bdf.readline().startswith("ENDFONT"):
|
||||
return font
|
||||
return font
|
||||
|
Reference in New Issue
Block a user