DrawTextCodepoint function

void DrawTextCodepoint(
  1. FontD font,
  2. int codepoint,
  3. Vector2D position,
  4. double fontSize,
  5. ColorD tint,
)

See RaylibCoreFlatModule.DrawTextCodepoint.

Implementation

void DrawTextCodepoint(
  FontD font,
  int codepoint,
  Vector2D position,
  double fontSize,
  ColorD tint,
) => _module.DrawTextCodepoint(font, codepoint, position, fontSize, tint);