Skip to content

happypdf / EncodedTextRun

Interface: EncodedTextRun

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

A horizontal piece of an encoded line, offset from the line's origin.

Properties

encoded

ts
encoded: PDFHexString;

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


x

ts
x: number;

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

Offset from the line's origin, in the same units as options.x.

MIT Licensed. A fork of pdf-lib.