ImageTextEx method

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

Implementation

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