MeasureTextCodepoints function

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

Implementation

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