Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / SystemFontCollection Class
Members

In This Topic
    SystemFontCollection Class
    In This Topic
    Represents a collection of system fonts.
    Object Model
    SystemFontCollection Class
    Syntax
    'Declaration
     
    Public Class SystemFontCollection 
       Inherits System.Collections.ObjectModel.ReadOnlyCollection(Of Font)
       Implements IFontCollection 
    public class SystemFontCollection : System.Collections.ObjectModel.ReadOnlyCollection<Font>, IFontCollection  
    Inheritance Hierarchy

    System.Object
       System.Collections.ObjectModel.ReadOnlyCollection<T>
          GrapeCity.Documents.Text.SystemFontCollection

    See Also