Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / Font Class / MatchFontFamilyName Method

In This Topic
    MatchFontFamilyName Method
    In This Topic
    Returns True if the specified string matches the font family name or its local equivalent.
    Syntax
    'Declaration
     
    Public Function MatchFontFamilyName( _
       ByVal fontFamilyName As System.String _
    ) As System.Boolean
    public System.bool MatchFontFamilyName( 
       System.string fontFamilyName
    )

    Parameters

    fontFamilyName
    See Also