Skip to contents

Export font as code file, returns true on success.

Usage

export_font_as_code(font, file_name)

Arguments

font

A font.

file_name

A string.

Value

A logical

Note

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

bool ExportFontAsCode(Font font, const char * fileName);

Examples

if (FALSE) {
export_font_as_code(get_font_default(), "file.png")
}