[]
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.
List<Font> SelectByTypographicFamilyName(string typographicFamilyName)
Function SelectByTypographicFamilyName(typographicFamilyName As String) As List(Of Font)
Type | Name | Description |
---|---|---|
string | typographicFamilyName |
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.
void SelectByTypographicFamilyName(string typographicFamilyName, List<Font> res)
Sub SelectByTypographicFamilyName(typographicFamilyName As String, res As List(Of Font))