MeasureTextCodepoints method
Measure string size for an existing array of codepoints for Font
Implementation
Vector2C MeasureTextCodepoints(FontC font, Pointer<Int> codepoints, int length, double fontSize, double spacing)
=> _MeasureTextCodepoints(font, codepoints, length, fontSize, spacing);