[]
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)
| Type | Name | Description |
|---|---|---|
| string | typographicFamilyName |
| Type | Description |
|---|---|
| List<Font> |
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)
| Type | Name | Description |
|---|---|---|
| string | typographicFamilyName | |
| List<Font> | res |