-
Notifications
You must be signed in to change notification settings - Fork 82
Open
Description
I have installed a new font
https://www.dafont.com/it/spacebar.font
But it is not recognized by label.
`def print_text(text: str):
test_label = makeLabel(text, 40, 400, 300, fontColour="red", font="SPACEBAR")
moveLabel(test_label,
test_label.rect.topleft[0] - test_label.rect.width/2,
test_label.rect.topleft[1] - test_label.rect.height/2)
showLabel(test_label)`
Do you know where I am wrong?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels