MeasureTextEx abstract method

Vector2D MeasureTextEx(
  1. FontD font,
  2. MemoryPointer<RInt8> text,
  3. double fontSize,
  4. double spacing,
)

Measure string size for Font

Implementation

Vector2D MeasureTextEx(
  FontD font,
  MemoryPointer<RChar> text,
  double fontSize,
  double spacing,
);