MeasureTextEx method

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

Implementation

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