InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Util Namespace / RawFontSubSet Class / FontFamilyName Property

In This Topic
    FontFamilyName Property (RawFontSubSet)
    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 String
    public string FontFamilyName {get;}
    See Also