mirror of
https://gitlab.com/MisterBiggs/bdfparse.git
synced 2026-06-03 16:40:29 +00:00
remove example code
This commit is contained in:
-10
@@ -178,13 +178,3 @@ def parse_chars(bdfFile):
|
||||
return font
|
||||
return font
|
||||
|
||||
|
||||
font = parse_chars("9x18.bdf")
|
||||
matrix = font["A"]
|
||||
text = "nson"
|
||||
|
||||
for letter in text:
|
||||
matrix = np.concatenate((matrix, font[letter]), axis=1)
|
||||
|
||||
plt.imshow(matrix)
|
||||
plt.show()
|
||||
|
||||
Reference in New Issue
Block a user