LoadFontFromImage method

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

Implementation

FontC LoadFontFromImage(ImageC image, ColorC key, int firstChar) {
  return _LoadFontFromImage(image, key, firstChar);
}