LoadFontFromImage method

String LoadFontFromImage(
  1. ImageBase<ImageBase> image,
  2. ColorBase<ColorBase> key,
  3. num firstChar
)

Implementation

String LoadFontFromImage(
  ImageBase image,
  ColorBase key,
  num firstChar,
) => 'LoadFontFromImage($image, $key, $firstChar)';