CapHeight Property (FontDescriptor)
In This Topic
Gets the vertical coordinate of the top of flat capital letters, measured from the baseline.
Syntax
'Declaration
Public ReadOnly Property CapHeight As System.Nullable(Of Single)
public System.Nullable<float> CapHeight {get;}
See Also