load-font-from-image ( image key firstChar -- Font )


Vocabulary
raylib

Inputs
imagea Image
keya Color
firstCharan int


Outputs
Fonta Font


Word description
Load font from Image (XNA style)

Definition


LIBRARY: raylib FUNCTION-ALIAS: load-font-from-image Font
LoadFontFromImage ( Image image, Color key, int firstChar )