[]
Tries to get a font from the collection by its primary name.
public bool TryGetValue(string name, out FontInfo item)
| Type | Name | Description |
|---|---|---|
| string | name | The font primary name. |
| FontInfo | item | OUT: if this method returns true, contains the font with the specified primary name, otherwise null. |
| Type | Description |
|---|---|
| bool | true if a font with the specified primary name was found, otherwise false. |