Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Text Namespace / Font Class
Members

In This Topic
    Font Class
    In This Topic
    The base abstract class representing a font in a PDF document. The base abstract class representing a font in a PDF document.
    Object Model
    Font Class
    Syntax
    'Declaration
     
    Public MustInherit Class Font 
       Inherits GrapeCity.Documents.Pdf.Wrappers.PdfDictWrapper
    Inheritance Hierarchy

    System.Object
       GrapeCity.Documents.Pdf.Wrappers.PdfWrapperBase
          GrapeCity.Documents.Pdf.Wrappers.PdfWrapper<T>
             GrapeCity.Documents.Pdf.Wrappers.PdfDictWrapper
                GrapeCity.Documents.Pdf.Text.Font
                   GrapeCity.Documents.Pdf.Text.FontSimple
                   GrapeCity.Documents.Pdf.Text.FontType0

    See Also