MeasureTextEx method

Vector2C MeasureTextEx(
  1. FontC font,
  2. Pointer<Char> text,
  3. double fontSize,
  4. double spacing,
)

Measure string size for Font

Implementation

Vector2C MeasureTextEx(FontC font, Pointer<Char> text, double fontSize, double spacing)
  => _MeasureTextEx(font, text, fontSize, spacing);