[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Text.CIDFont

CIDFont Class

Base abstract class representing CID-keyed font in PDF document.

Implements
Namespace: GrapeCity.Documents.Pdf.Text
Assembly: DS.Documents.Pdf.dll
Syntax
public abstract class CIDFont : PdfDictWrapper, IPdfDict
Public MustInherit Class CIDFont
    Inherits PdfDictWrapper
    Implements IPdfDict

Properties

Name Description
BaseFont

Gets the PostScript name of the CIDFont.

Descriptor

Gets the FontDescriptor object describing the CIDFont’s default metrics.

IsEmbedded

Gets a value indicating whether the font is embedded.

Methods

Name Description
GetNativeFont()

Returns the Font object created on the base of embedded data. Note! Method returns null if font is NOT embedded.

Extension Methods