Documents for PDF, .NET Edition Documentation
SelectByTypographicFamilyName(String) Method

GrapeCity.Documents.Common Assembly > GrapeCity.Documents.Text Namespace > FontCollection Class > SelectByTypographicFamilyName Method : SelectByTypographicFamilyName(String) Method
Returns the list of fonts with the specified typographic family name.

The typographic family grouping doesn't impose any constraints on the number of faces within it, in contrast with the 4-style family grouping.

Syntax
'Declaration
 
Public Overloads Function SelectByTypographicFamilyName( _
   ByVal typographicFamilyName As System.String _
) As System.Collections.Generic.List(Of Font)
public System.Collections.Generic.List<Font> SelectByTypographicFamilyName( 
   System.string typographicFamilyName
)

Parameters

typographicFamilyName
See Also

Reference

FontCollection Class
FontCollection Members
Overload List