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

In This Topic
    FontType3 Class
    In This Topic
    Represents Type3 font in PDF document. Type 3 fonts differ from the other fonts supported by PDF. In Type 3 fonts, glyphs are defined by streams of PDF graphics operators. These streams are associated with character names. Note! FontType3 does not support CreateNativeFont method, it returns null.
    Object Model
    FontType3 Class
    Syntax
    'Declaration
     
    Public Class FontType3 
       Inherits FontSimple
    public class FontType3 : FontSimple 
    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.FontType3

    See Also