LoadFont abstract method

FontStructType LoadFont(
  1. String fileName
)

Load font from file into GPU memory (VRAM)

Implementation

FontStructType LoadFont(
  String fileName,
);