ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Util Namespace / FontSubSet Class / FontFamilyName Property

In This Topic
    FontFamilyName Property (FontSubSet)
    In This Topic
    Gets font family name that was read from font's data, this property should be used to create GDI and GDI+ fonts.
    Syntax
    'Declaration
     
    Public ReadOnly Property FontFamilyName As System.String
    public System.string FontFamilyName {get;}
    See Also