[]
Tries to get a font from the collection by its primary name.
public bool TryGetValue(string name, out FontInfo item)
Public Function TryGetValue(name As String, ByRef item As FontInfo) As Boolean
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. |