UnloadFont function

void UnloadFont(
  1. FontD font
)

See RaylibCoreFlatModule.UnloadFont.

Implementation

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