LoadFont function

FontD LoadFont(
  1. String fileName
)

Implementation

FontD LoadFont(
  String fileName,
) => _module.LoadFont(fileName);