MeasureTextCodepoints method

Vector2C MeasureTextCodepoints(
  1. FontC font,
  2. Pointer<Int> codepoints,
  3. int length,
  4. double fontSize,
  5. double spacing,
)

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);