Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / IFontCollection Interface
Properties Methods

In This Topic
    IFontCollection Interface Members
    In This Topic

    The following tables list the members exposed by IFontCollection.

    Public Properties
     NameDescription
     Property (Inherited from System.Collections.Generic.ICollection<Font>)
     PropertyGets or sets the default system font.  
     Property (Inherited from System.Collections.Generic.ICollection<Font>)
     Property (Inherited from System.Collections.Generic.IList<Font>)
    Top
    Public Methods
     NameDescription
     Method (Inherited from System.Collections.Generic.ICollection<Font>)
     MethodAppends one or more font family names to the internal list of fallback font families.  
     MethodAppends one or more fonts to the internal fallback font list.  
     MethodSearches for a fallback font containing the given code point that looks similar to the source font.  
     Method (Inherited from System.Collections.Generic.ICollection<Font>)
     MethodClears the internal list of fallback font families.  
     MethodClears the internal list of fallback fonts.  
     Method (Inherited from System.Collections.Generic.ICollection<Font>)
     Method (Inherited from System.Collections.Generic.ICollection<Font>)
     MethodOverloaded. Searches for a font with the specified family name and style.  
     MethodSearches for the first font having the specified file name.  
     MethodSearches for the first font having the specified font path.  
     MethodSearches for the first font with specified full name.

    Full font name that reflects all family and relevant subfamily descriptors.

     
     MethodGets a snapshot of the internal list of fallback font families.  
     MethodGets a snapshot of the internal fallback font list.  
     Method (Inherited from System.Collections.Generic.IList<Font>)
     Method (Inherited from System.Collections.Generic.IList<Font>)
     Method (Inherited from System.Collections.Generic.ICollection<Font>)
     Method (Inherited from System.Collections.Generic.IList<Font>)
     MethodRemoves one or more font family names from the internal list of fallback font families.  
     MethodRemoves one or more fonts from the internal fallback font list.  
     MethodOverloaded. Returns the list of fonts with the specified family name.  
     MethodOverloaded. Returns the list of fonts having the same specified file name.  
     MethodOverloaded. Returns the list of fonts having the same specified font path.  
     MethodOverloaded. Returns the list of fonts with the specified full name.

    Full font name that reflects all family and relevant subfamily descriptors.

     
     MethodOverloaded. Returns the list of fonts with the specified typographic family name.

    The typographic family grouping doesn't impose any constraints on the number of faces within it, in contrast with the 4-style family grouping.

     
    Top
    See Also