gfxPrimitivesSetFont

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
  1. void gfxPrimitivesSetFont(void* fontdata, Uint32 cw, Uint32 ch)
    version(BindSDLgfx_Static)
    extern (C) @nogc nothrow
    void
    gfxPrimitivesSetFont
    (
    const void* fontdata
    ,
    Uint32 cw
    ,
    Uint32 ch
    )
  2. p_gfxPrimitivesSetFont gfxPrimitivesSetFont;

Meta