In This Topic
Gets the maximum height above the baseline reached by glyphs in this font, excluding the height of glyphs for accented characters.
Syntax
'Declaration
Public ReadOnly Property Ascent As System.Nullable(Of Single)
public System.Nullable<float> Ascent {get;}
See Also