Skip to content

happypdf / DrawLinesOfTextOptions

Interface: DrawLinesOfTextOptions

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

Extends

Properties

characterSpacing?

ts
optional characterSpacing?: number;

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

Inherited from

DrawTextOptions.characterSpacing


clipSpaces?

ts
optional clipSpaces?: Space[];

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

Inherited from

DrawTextOptions.clipSpaces


color

ts
color: Color;

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

Inherited from

DrawTextOptions.color


font

ts
font: string | PDFName;

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

Inherited from

DrawTextOptions.font


graphicsState?

ts
optional graphicsState?: string | PDFName;

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

Inherited from

DrawTextOptions.graphicsState


lineHeight

ts
lineHeight: number | PDFNumber;

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


matrix?

ts
optional matrix?: TransformationMatrix;

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

Inherited from

DrawTextOptions.matrix


renderMode?

ts
optional renderMode?: TextRenderingMode;

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

Inherited from

DrawTextOptions.renderMode


rotate

ts
rotate: Rotation;

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

Inherited from

DrawTextOptions.rotate


size

ts
size: number | PDFNumber;

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

Inherited from

DrawTextOptions.size


strokeColor?

ts
optional strokeColor?: Color;

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

Inherited from

DrawTextOptions.strokeColor


strokeWidth?

ts
optional strokeWidth?: number;

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

Inherited from

DrawTextOptions.strokeWidth


x

ts
x: number | PDFNumber;

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

Inherited from

DrawTextOptions.x


xSkew

ts
xSkew: Rotation;

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

Inherited from

DrawTextOptions.xSkew


y

ts
y: number | PDFNumber;

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

Inherited from

DrawTextOptions.y


ySkew

ts
ySkew: Rotation;

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

Inherited from

DrawTextOptions.ySkew

MIT Licensed. A fork of pdf-lib.