[]
        
(Showing Draft Content)

PdfCIDFontType2

Class: PdfCIDFontType2

Represents a CID-keyed font containing glyph descriptions based on the TrueType font format.

Extends

Accessors

baseFont

Get Signature

get baseFont(): string;

Gets the PostScript name of the CIDFont.

Returns

string

Inherited from

PdfCIDFont.baseFont


descriptor

Get Signature

get descriptor(): PdfFontDescriptor;

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

Returns

PdfFontDescriptor

Inherited from

PdfCIDFont.descriptor


id

Get Signature

get id(): number;

Gets the reference to the object.

Returns

number

Inherited from

PdfCIDFont.id


isEmbedded

Get Signature

get isEmbedded(): boolean;

Gets a value indicating whether the font is embedded.

Returns

boolean

Inherited from

PdfCIDFont.isEmbedded


om

Get Signature

get om(): ObjectManager;

Gets the owner ObjectManager instance.

Returns

ObjectManager

Inherited from

PdfCIDFont.om

Methods

free()

free(): void;

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

Returns

void

Inherited from

PdfCIDFont.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.

Inherited from

PdfCIDFont.getNativeFont


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

PdfCIDFont.rebind