[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Text.CIDFont

Class CIDFont

Namespace
GrapeCity.Documents.Pdf.Text
Assembly
GcDocs.Pdf.dll

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

public abstract class CIDFont : PdfDictWrapper, IPdfDict
Inheritance
object
CIDFont
Implements
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Extension Methods

Properties

BaseFont

Gets the PostScript name of the CIDFont.

public string BaseFont { get; }

Property Value

string

Descriptor

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

public FontDescriptor Descriptor { get; }

Property Value

FontDescriptor

IsEmbedded

Gets a value indicating whether the font is embedded.

public bool IsEmbedded { get; }

Property Value

bool

Methods

GetNativeFont()

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

public Font GetNativeFont()

Returns

Font

The Font object.