DrawTextCodepoints method
void
DrawTextCodepoints()
Draw multiple character (codepoint)
Implementation
void DrawTextCodepoints(FontC font, Pointer<Int> codepoints, int codepointCount, Vector2C position, double fontSize, double spacing, ColorC tint)
=> _DrawTextCodepoints(font, codepoints, codepointCount, position, fontSize, spacing, tint);