LoadFontFromImage function

FontC LoadFontFromImage(
  1. ImageC image,
  2. ColorC key,
  3. int firstChar
)

Implementation

FontC LoadFontFromImage(ImageC image, ColorC key, int firstChar) => _module.LoadFontFromImage(image, key, firstChar);