LoadFontFromImage method

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

Load font from Image (XNA style)

Implementation

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