get_descent method

get_descent

Gets the descent of the font at the specified font size.

Returns

The descent of the font in points.

def get_descent(self, font_size):
    ...
ParameterTypeDescription
font_sizefloatThe size of the font.

See Also