UnloadFont function

void UnloadFont(
  1. FontC font
)

Implementation

void UnloadFont(FontC font) => _module.UnloadFont(font);