[]
        
(Showing Draft Content)

PdfCIDFont

Abstract Class: PdfCIDFont

The base abstract class representing a CID-keyed font in a PDF document.

Extends

Extended by

Accessors

baseFont

Get Signature

get baseFont(): string;

Gets the PostScript name of the CIDFont.

Returns

string


descriptor

Get Signature

get descriptor(): PdfFontDescriptor;

Gets the PdfFontDescriptor object describing the CIDFont's default metrics.

Returns

PdfFontDescriptor


id

Get Signature

get id(): number;

Gets the reference to the object.

Returns

number

Inherited from

ObjectBase.id


isEmbedded

Get Signature

get isEmbedded(): boolean;

Gets a value indicating whether the font is embedded.

Returns

boolean


om

Get Signature

get om(): ObjectManager;

Gets the owner ObjectManager instance.

Returns

ObjectManager

Inherited from

ObjectBase.om

Methods

free()

free(): void;

Detaches the object from the ObjectManager and deallocates its memory, if possible.

Returns

void

Inherited from

ObjectBase.free


getNativeFont()

getNativeFont(): Font;

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

Returns

Font

The Font object.


rebind()

rebind(omTo): void;

Rebinds the object from the current ObjectManager to the specified one.

Parameters

omTo

ObjectManager

The new ObjectManager for the object.

Returns

void

Inherited from

ObjectBase.rebind