DrawTextCodepoints method
String
DrawTextCodepoints(
- FontBase<
FontBase< font,dynamic, TextureBase, RectangleBase, GlyphInfoBase< , TextureBase, RectangleBase, GlyphInfoBase<dynamic, ImageBase> , ImageBase>dynamic, ImageBase> , ImageBase> - Int32List codepoints,
- Vector2Base<
Vector2Base< position,dynamic, MatrixBase, Vector3Base, QuaternionBase, Vector4Base> , MatrixBase, Vector3Base, QuaternionBase, Vector4Base> - num fontSize,
- num spacing,
- ColorBase<
ColorBase> tint,
Implementation
String DrawTextCodepoints(
FontBase font,
Int32List codepoints,
Vector2Base position,
num fontSize,
num spacing,
ColorBase tint,
) => 'DrawTextCodepoints($font, codepoints: ${codepoints.length}, $position, $fontSize, $spacing, $tint)';