Skip to contents

Check if a font is valid (font data loaded, WARNING: GPU texture not checked).

Usage

is_font_valid(font)

Arguments

font

A font.

Value

A logical

Note

This function has been auto-generated from the following Raylib function definition:

bool IsFontValid(Font font);

Examples

if (FALSE) {
is_font_valid(get_font_default())
}