mirror of
https://gitlab.com/MisterBiggs/bdfparse.git
synced 2025-06-15 22:16:41 +00:00
remove example code
This commit is contained in:
parent
b9fd445da7
commit
f6753c3fc4
10
bdfparse.py
10
bdfparse.py
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user