UnloadFont abstract method

void UnloadFont(
  1. FontStructType font
)

Unload font from GPU memory (VRAM)

Implementation

void UnloadFont(
  FontStructType font,
);