[]
Gets a font associated with the specified name.
public Font this[string name] { get; }
| Type | Name | Description |
|---|---|---|
| string | name | A string value indicating the name of the font to retrieve. |
| Type | Description |
|---|---|
| Font | A Font object associated with the specified name. |