pImageDrawTextEx

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
  1. alias pImageDrawTextEx = void function(Image* dst, Font font, const(char)* text, Vector2 position, float fontSize, float spacing, Color tint)
    version(!BindRaylib_Static)
    extern (C) @nogc nothrow
    static if(raylibSupport == RaylibSupport.raylib300_70)
    alias pImageDrawTextEx = void function
  2. alias pImageDrawTextEx = void function(Image* dst, Vector2 position, Font font, const(char)* text, float fontSize, float spacing, Color color)

Meta