FontFamily.GetCellAscent

FontFamily.GetCellAscent method

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

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

Return Value

The cell ascent for this FontFamily that uses the specified FontStyle.

See Also