Documents for PDF, .NET Edition Documentation
SystemFontCollection Class
Members 

GrapeCity.Documents.Common Assembly > GrapeCity.Documents.Text Namespace : 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 
public class SystemFontCollection : System.Collections.ObjectModel.ReadOnlyCollection<Font>, IFontCollection  
Inheritance Hierarchy

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

See Also

Reference

SystemFontCollection Members
GrapeCity.Documents.Text Namespace