[]
Returns the list of fonts having the same specified font path.
List<Font> SelectByFontPath(string fontPath)
| Type | Name | Description |
|---|---|---|
| string | fontPath |
| Type | Description |
|---|---|
| List<Font> |
Collects the fonts having the same specified font path.
void SelectByFontPath(string fontPath, List<Font> res)
| Type | Name | Description |
|---|---|---|
| string | fontPath | |
| List<Font> | res |