Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / DocumentFont Class / FontFamilyName Property

In This Topic
    FontFamilyName Property
    In This Topic
    Gets the actual font family name. This name may be used in API calls to create the corresponding font.

    If FontHandling has been set to FontHandling.BuildActualDocumentFonts or FontHandling.EmbedActualFonts, this name may differ from FontName.

    Syntax
    'Declaration
     
    Public ReadOnly Property FontFamilyName As String
    public string FontFamilyName {get;}
    See Also