ImageTextEx method
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);
Create an image from text (custom sprite font)
ImageC ImageTextEx(FontC font, Pointer<Char> text, double fontSize, double spacing, ColorC tint)
=> _ImageTextEx(font, text, fontSize, spacing, tint);