DS.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
 

Parameters

fontFamilyName
See Also