UnloadFontData abstract method

void UnloadFontData(
  1. List<GlyphInfoStructType> glyphs
)

Unload font chars info data (RAM)

Implementation

void UnloadFontData(
  List<GlyphInfoStructType> glyphs,
);