pImageDrawText

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

Meta