Handbook
Glossary
load-font-from-image ( image key firstChar -- Font )
Vocabulary
raylib
Inputs
image
a
Image
key
a
Color
firstChar
an
int
Outputs
Font
a
Font
Word description
Load font from Image (XNA style)
Definition
USING:
alien.c-types
alien.syntax
;
IN:
raylib
LIBRARY:
raylib
FUNCTION-ALIAS:
load-font-from-image
Font
LoadFontFromImage (
Image
image,
Color
key,
int
firstChar )