TTF_GlyphMetrics

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
  1. int TTF_GlyphMetrics(TTF_Font* font, ushort ch, int* minx, int* maxx, int* miny, int* maxy, int* advance)
    extern (C) @nogc nothrow
    static if(bindSDLTTF)
    static if(staticBinding)
    int
    TTF_GlyphMetrics
    (,
    ushort ch
    ,
    int* minx
    ,
    int* maxx
    ,
    int* miny
    ,
    int* maxy
    ,
    int* advance
    )
  2. pTTF_GlyphMetrics TTF_GlyphMetrics;

Meta