[]
Checks whether the collection contains a font with the specified primary name.
public bool Contains(string name)
Public Function Contains(name As String) As Boolean
Type | Name | Description |
---|---|---|
string | name | The font primary name. |
Type | Description |
---|---|
bool | true if the collection contains a font with the specified primary name, false otherwise. |