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