ImageTextEx method

ImageC ImageTextEx(
  1. FontC font,
  2. Pointer<Char> text,
  3. double fontSize,
  4. double spacing,
  5. ColorC tint,
)

Create an image from text (custom sprite font)

Implementation

ImageC ImageTextEx(FontC font, Pointer<Char> text, double fontSize, double spacing, ColorC tint)
  => _ImageTextEx(font, text, fontSize, spacing, tint);