Gets the font family of this Font.
'Declaration
Public Property Family As FontFamily
'Usage
Dim instance As Font
Dim value As FontFamily
instance.Family = value
value = instance.Family
Property Value
A
_fontFamily value represents the font family of this Font.