[]
Returns the list of fonts having the same specified file name.
List<Font> SelectByFileName(string fontFileName)
| Type | Name | Description |
|---|---|---|
| string | fontFileName |
| Type | Description |
|---|---|
| List<Font> |
Collects the fonts having the same specified file name.
void SelectByFileName(string fontFileName, List<Font> res)
| Type | Name | Description |
|---|---|---|
| string | fontFileName | |
| List<Font> | res |