DrawTextPro function

void DrawTextPro(
  1. FontD font,
  2. MemoryPointer<RChar> text,
  3. Vector2D position,
  4. Vector2D origin,
  5. double rotation,
  6. double fontSize,
  7. double spacing,
  8. ColorD tint,
)

See RaylibCoreFlatModule.DrawTextPro.

Implementation

void DrawTextPro(
  FontD font,
  MemoryPointer<RChar> text,
  Vector2D position,
  Vector2D origin,
  double rotation,
  double fontSize,
  double spacing,
  ColorD tint,
) => _module.DrawTextPro(font, text, position, origin, rotation, fontSize, spacing, tint);