MeasureTextCodepoints function
Implementation
Vector2C MeasureTextCodepoints(
FontC font,
Pointer<Int> codepoints,
int length,
double fontSize,
double spacing,
) => _module.MeasureTextCodepoints(font, codepoints, length, fontSize, spacing);