UNPKG

@adobe/pdfservices-node-sdk

Version:

The Adobe PDF Services Node.js SDK provides APIs for creating, combining, exporting and manipulating PDFs.

10 lines (9 loc) 244 B
export declare class FontProperties { private readonly _fontType; private readonly _familyName; private readonly _name; constructor(font: any); get name(): string; get fontType(): string; get familyName(): string; }