[]
Removes a specified font from the collection.
public bool Remove(FontInfo item)
| 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)
| Type | Name | Description |
|---|---|---|
| string | name | The primary name of the font to remove. |
| Type | Description |
|---|---|
| bool | true if a font with the specified primary name was found and removed from the collection, false otherwise. |