SelectByTypographicFamilyName(String,List<Font>) Method
In This Topic
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 As System.String, _
ByVal As System.Collections.Generic.List(Of Font) _
)
void SelectByTypographicFamilyName(
System.string ,
System.Collections.Generic.List<Font>
)
Parameters
- typographicFamilyName
- res
See Also