[]
Gets an embedded font from this collection with a specified type.
public EmbeddedFont this[EmbeddedFontType type] { get; }
Public ReadOnly Default Property Item(type As EmbeddedFontType) As EmbeddedFont
| Type | Name | Description |
|---|---|---|
| EmbeddedFontType | type | The type of the embedded font. |
| Type | Description |
|---|---|
| EmbeddedFont | The embedded font with the specified type if found, otherwise null. |