sfFont_getLineSpacing

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_getLineSpacing(const(sfFont)* font, uint characterSize)
    extern (C) @nogc nothrow
    static if(bindSFMLGraphics)
    static if(staticSFML)
    static if(sfmlSupport >= SFMLSupport.sfml220)
    float
    sfFont_getLineSpacing
    (
    const(sfFont)* font
    ,)
  2. int sfFont_getLineSpacing(sfFont* font, uint characterSize)
  3. psfFont_getLineSpacing sfFont_getLineSpacing;

Meta