Font.getDescent

class Font
public nothrow @nogc
float
getDescent
()

Return Value

Type: float

font descent in pixels (aka the size of "A"). ascent - descent gives the extent of characters.

Meta