Skip to contents

Unload font chars info data (RAM).

Usage

unload_font_data(chars, glyph_count)

Arguments

chars

A glyph_info.

glyph_count

An integer.

Note

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

void UnloadFontData(GlyphInfo *chars, int glyphCount);

See also