GetCellAscent()

FontFamily::GetCellAscent(FontStyle) method

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

int System::Drawing::FontFamily::GetCellAscent(FontStyle style)

Arguments

ParameterTypeDescription
styleFontStyleThe font style

Return Value

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

See Also