Documents for PDF, .NET Edition Documentation
SelectByTypographicFamilyName(String,List<Font>) Method

GrapeCity.Documents.Common Assembly > GrapeCity.Documents.Text Namespace > IFontCollection Interface > SelectByTypographicFamilyName Method : SelectByTypographicFamilyName(String,List<Font>) Method
Collects the 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
 
Overloads Sub SelectByTypographicFamilyName( _
   ByVal typographicFamilyName As System.String, _
   ByVal res As System.Collections.Generic.List(Of Font) _
) 
void SelectByTypographicFamilyName( 
   System.string typographicFamilyName,
   System.Collections.Generic.List<Font> res
)

Parameters

typographicFamilyName
res
See Also

Reference

IFontCollection Interface
IFontCollection Members
Overload List