FontFamily.GetCellAscent
FontFamily.GetCellAscent method
Returns the cell ascent, in design units, of the FontFamily of the specified style.
public int GetCellAscent(FontStyle style)
Parameter | Type | Description |
---|---|---|
style | FontStyle | A FontStyle that contains style information for the font. |
Return Value
The cell ascent for this FontFamily that uses the specified FontStyle.
See Also
- enum FontStyle
- class FontFamily
- namespace Aspose.Drawing
- assembly Aspose.Drawing.Common