Skip to content

happypdf / DrawTextLinesOptions

Interface: DrawTextLinesOptions

Defined in: src/api/operations.ts:660

Properties

color

ts
color: Color;

Defined in: src/api/operations.ts:661


font

ts
font: string | PDFName;

Defined in: src/api/operations.ts:662


rotate

ts
rotate: Rotation;

Defined in: src/api/operations.ts:664


size

ts
size: number | PDFNumber;

Defined in: src/api/operations.ts:663


xSkew

ts
xSkew: Rotation;

Defined in: src/api/operations.ts:665


ySkew

ts
ySkew: Rotation;

Defined in: src/api/operations.ts:666

MIT Licensed. A fork of pdf-lib.