In This Topic
Gets the maximum depth below the baseline reached by glyphs in this font. The value is a negative number.
Syntax
'Declaration
Public ReadOnly Property Descent As System.Nullable(Of Single)
public System.Nullable<float> Descent {get;}
See Also