DS.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / SystemFontCollection Class
Members

SystemFontCollection Class
Represents a collection of system fonts.
Object Model
SystemFontCollection Class
Syntax
'Declaration
 
Public Class SystemFontCollection 
   Inherits System.Collections.ObjectModel.ReadOnlyCollection(Of Font)
   Implements IFontCollection 
 
Inheritance Hierarchy

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

See Also