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

In This Topic
    FontSimple Class
    In This Topic
    The base abstract class representing a simple font in a PDF document.

    See the PDF specification for more info about PDF simple fonts.

    Object Model
    FontSimple Class
    Syntax
    'Declaration
     
    Public Class FontSimple 
       Inherits Font
    public class FontSimple : Font 
    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.FontTrueType
                      GrapeCity.Documents.Pdf.Text.FontType1
                      GrapeCity.Documents.Pdf.Text.FontType3

    See Also