C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / EmbeddedFontCollection Class
Properties Methods


EmbeddedFontCollection Class Members

The following tables list the members exposed by EmbeddedFontCollection.

Public Constructors
Public Properties
 NameDescription
Public Property (Inherited from System.Collections.CollectionBase)
Public Property (Inherited from System.Collections.CollectionBase)
Public PropertyGets the EmbeddedFont at the specified index.  
Top
Protected Properties
 NameDescription
Protected Property (Inherited from System.Collections.CollectionBase)
Protected Property (Inherited from System.Collections.CollectionBase)
Top
Public Methods
 NameDescription
Public MethodOverloaded. Adds the specified EmbeddedFont to the current collection. Throws an exception if the font is already present in the collection.  
Public MethodBuilds the Font object from string.  
Public Method (Inherited from System.Collections.CollectionBase)
Public MethodSearches 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).  
Public MethodOverloaded. Searches for a font with the specified name and charset, which exactly matches the specified bold/italic styles.  
Public MethodReturns the index of the specified font in the collection.  
Public MethodRemoves the specified font from the current collection.  
Public Method (Inherited from System.Collections.CollectionBase)
Top
See Also