FontFamily.GetCellDescent

FontFamily.GetCellDescent method

Returns the cell descent, in design units, of the FontFamily of the specified style.

public int GetCellDescent(FontStyle style)
ParameterTypeDescription
styleFontStyleA FontStyle that contains style information for the font.

Return Value

The cell descent metric for this FontFamily that uses the specified FontStyle.

See Also