[]
Returns the list of fonts with the specified family name.
public List<Font> SelectByFamilyName(string fontFamilyName)
| Type | Name | Description |
|---|---|---|
| string | fontFamilyName |
| Type | Description |
|---|---|
| List<Font> |
Collects the fonts with the specified family name.
public void SelectByFamilyName(string fontFamilyName, List<Font> res)
| Type | Name | Description |
|---|---|---|
| string | fontFamilyName | |
| List<Font> | res |