UnloadFont function

void UnloadFont(
  1. FontD font
)

Implementation

void UnloadFont(
  FontD font,
) => _module.UnloadFont(font);