EmbeddedFontCollection Class Members
In This Topic
The following tables list the members exposed by EmbeddedFontCollection.
Public Constructors
Public Properties
Public Methods
| 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) |
Top
See Also