[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Text.FontType3

FontType3 Class

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.

Implements
Namespace: GrapeCity.Documents.Pdf.Text
Assembly: DS.Documents.Pdf.dll
Syntax
public class FontType3 : FontSimple, IPdfDict
Public Class FontType3
    Inherits FontSimple
    Implements IPdfDict

Properties

Name Description
IsEmbedded

Gets a value indicating whether the font is embedded.

Methods

Name Description
CreateNativeFont()

Gets a Font object created from the embedded font data.

Note that this method will return null if the font is not embedded or does not support this operation (e.g. Type3 fonts).

RemoveEmbeddedData(GcPdfDocument)

Removes the embedded font data.

Please note that a PDF may display incorrectly after removing an embedded font's data. Use with caution.

Extension Methods