Name | Description | |
---|---|---|
![]() | EmbeddedFontCollection Constructor |
The following tables list the members exposed by EmbeddedFontCollection.
Name | Description | |
---|---|---|
![]() | EmbeddedFontCollection Constructor |
Name | Description | |
---|---|---|
![]() | Capacity | (Inherited from System.Collections.CollectionBase) |
![]() | Count | (Inherited from System.Collections.CollectionBase) |
![]() | Item | Gets the EmbeddedFont at the specified index. |
Name | Description | |
---|---|---|
![]() | InnerList | (Inherited from System.Collections.CollectionBase) |
![]() | List | (Inherited from System.Collections.CollectionBase) |
Name | Description | |
---|---|---|
![]() | Add | Overloaded. Adds the specified EmbeddedFont to the current collection. Throws an exception if the font is already present in the collection. |
![]() | BuildFont | Builds the Font object from string. |
![]() | Clear | (Inherited from System.Collections.CollectionBase) |
![]() | FindBestMatch | Searches for a font with the specified name and charset, which is the best match for the specified bold/italic styles (exact bold/italic matching is not guaranteed by this method). |
![]() | FindFont | Overloaded. Searches for a font with the specified name and charset, which exactly matches the specified bold/italic styles. |
![]() | IndexOf | Returns the index of the specified font in the collection. |
![]() | Remove | Removes the specified font from the current collection. |
![]() | RemoveAt | (Inherited from System.Collections.CollectionBase) |
Name | Description | |
---|---|---|
![]() | OnClear | (Inherited from System.Collections.CollectionBase) |
![]() | OnClearComplete | (Inherited from System.Collections.CollectionBase) |
![]() | OnInsert | (Inherited from System.Collections.CollectionBase) |
![]() | OnInsertComplete | (Inherited from System.Collections.CollectionBase) |
![]() | OnRemove | (Inherited from System.Collections.CollectionBase) |
![]() | OnRemoveComplete | (Inherited from System.Collections.CollectionBase) |
![]() | OnSet | (Inherited from System.Collections.CollectionBase) |
![]() | OnSetComplete | (Inherited from System.Collections.CollectionBase) |
![]() | OnValidate | (Inherited from System.Collections.CollectionBase) |