DrawTextCodepoints method
void
DrawTextCodepoints()
Implementation
void DrawTextCodepoints(
FontC font,
Pointer<Int> codepoints,
int codepointCount,
Vector2C position,
double fontSize,
double spacing,
ColorC tint,
) {
return _DrawTextCodepoints(
font,
codepoints,
codepointCount,
position,
fontSize,
spacing,
tint,
);
}