ImageDrawTextEx method
String
ImageDrawTextEx(
- ImageBase<
ImageBase> dst, - FontBase<
FontBase< font,dynamic, TextureBase, RectangleBase, GlyphInfoBase< , TextureBase, RectangleBase, GlyphInfoBase<dynamic, ImageBase> , ImageBase>dynamic, ImageBase> , ImageBase> - String text,
- Vector2Base<
Vector2Base< position,dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base> - num fontSize,
- num spacing,
- ColorBase<
ColorBase> tint,
Implementation
String ImageDrawTextEx(
ImageBase dst,
FontBase font,
String text,
Vector2Base position,
num fontSize,
num spacing,
ColorBase tint,
) => 'ImageDrawTextEx($dst, $font, $text, $position, $fontSize, $spacing, $tint)';