load-font ( fileName -- Font )


Vocabulary
raylib

Inputs
fileNamea c-string


Outputs
Fonta Font


Word description
Load font from file into GPU memory (VRAM)

Definition