[]
Gets a font by its index in this collection.
public FontInfo this[int index] { get; }
| Type | Name | Description |
|---|---|---|
| int | index | The font index in the collection. |
| Type | Description |
|---|---|
| FontInfo | The font with the specified index in the collection. |
Gets a font by its primary name.
public FontInfo this[string name] { get; }
| Type | Name | Description |
|---|---|---|
| string | name | The font primary name. |
| Type | Description |
|---|---|
| FontInfo | The font with the specified primary name. |