Skip to content

Not accepting new font #51

@Loremoth

Description

@Loremoth

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions