Documents for PDF, .NET Edition Documentation
MatchFontFamilyName Method

GrapeCity.Documents.Common Assembly > GrapeCity.Documents.Text Namespace > Font Class : MatchFontFamilyName Method
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

Reference

Font Class
Font Members