sfFont_getGlyph

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
  1. sfGlyph sfFont_getGlyph(const(sfFont)* font, sfUint32 codePoint, uint characterSize, sfBool bold, float outlineThickness)
    extern (C) @nogc nothrow
    static if(bindSFMLGraphics)
    static if(staticSFML)
    static if(sfmlSupport >= SFMLSupport.sfml240)
    sfFont_getGlyph
  2. sfGlyph sfFont_getGlyph(sfFont* font, sfUint32 codePoint, uint characterSize, sfBool bold)
  3. psfFont_getGlyph sfFont_getGlyph;

Meta