[]
Removes a specified font from the collection.
public bool Remove(FontInfo item)
Public Function Remove(item As FontInfo) As Boolean
Type | Name | Description |
---|---|---|
FontInfo | item | The font to remove. |
Type | Description |
---|---|
bool | true if the specified font was found and removed from the collection, false otherwise. |
Removes a font with the specified primary name from the collection.
public bool Remove(string name)
Public Function Remove(name As String) As Boolean
Type | Name | Description |
---|---|---|
string | name | The primary name of the font to remove. |