System::Drawing::FontFamily::GetCellDescent method

FontFamily::GetCellDescent method

Returns the cell descent of the font family represented by the current object for the specified font style.

int System::Drawing::FontFamily::GetCellDescent(FontStyle style)
ParameterTypeDescription
styleFontStyleThe font style

ReturnValue

The cell descent of the font family represented by the current object for the specified font style.

See Also