sfFont_getKerning

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
  1. float sfFont_getKerning(const(sfFont)* font, sfUint32 first, sfUint32 second, uint characterSize)
  2. int sfFont_getKerning(sfFont* font, sfUint32 first, sfUint32 second, uint characterSize)
    extern (C) @nogc nothrow
    static if(bindSFMLGraphics)
    static if(staticSFML)
    static if(!(sfmlSupport >= SFMLSupport.sfml220))
    int
    sfFont_getKerning
  3. psfFont_getKerning sfFont_getKerning;

Meta