raylib-py icon indicating copy to clipboard operation
raylib-py copied to clipboard

can't use loaded font

Open Razikus opened this issue 4 years ago • 0 comments

Like i said:

font = load_font("/xxx/KAISG.ttf") draw_text_ex(font, "asdasd", Vector2(19, 640), 30, 2, BLACK)

Doing nothing

Razikus avatar Oct 17 '19 16:10 Razikus