LoadFont method

FontC LoadFont(
  1. Pointer<Char> fileName
)

Load font from file into GPU memory (VRAM)

Implementation

FontC LoadFont(Pointer<Char> fileName)
  => _LoadFont(fileName);