[]
Gets a font by its index in this collection.
public FontInfo this[int index] { get; }
Public ReadOnly Default Property Item(index As Integer) As FontInfo
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; }
Public ReadOnly Default Property Item(name As String) As FontInfo
Type | Name | Description |
---|---|---|
string | name | The font primary name. |
Type | Description |
---|---|
FontInfo | The font with the specified primary name. |