DrawTextCodepoint method
void
DrawTextCodepoint()
Implementation
void DrawTextCodepoint(
FontC font,
int codepoint,
Vector2C position,
double fontSize,
ColorC tint,
) {
return _DrawTextCodepoint(font, codepoint, position, fontSize, tint);
}