[]
The base abstract class representing a CID-keyed font in a PDF document.
get baseFont(): string;
Gets the PostScript name of the CIDFont.
string
get descriptor(): PdfFontDescriptor;
Gets the PdfFontDescriptor object describing the CIDFont's default metrics.
get id(): number;
Gets the reference to the object.
number
get isEmbedded(): boolean;
Gets a value indicating whether the font is embedded.
boolean
get om(): ObjectManager;
Gets the owner ObjectManager instance.
free(): void;
Detaches the object from the ObjectManager and deallocates its memory, if possible.
void
getNativeFont(): Font;
Returns the Font object created on the base of embedded data. Note! The method returns null if the font is NOT embedded.
The Font object.
rebind(omTo): void;
Rebinds the object from the current ObjectManager to the specified one.
The new ObjectManager for the object.
void