UnloadFont method

void UnloadFont(
  1. FontC font
)

Implementation

void UnloadFont(FontC font) {
  return _UnloadFont(font);
}