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
color
ts
color: Color;Defined in: src/api/operations.ts:48
Inherited from
font
ts
font: string | PDFName;Defined in: src/api/operations.ts:49
Inherited from
graphicsState?
ts
optional graphicsState?: string | PDFName;Defined in: src/api/operations.ts:56
Inherited from
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
renderMode?
ts
optional renderMode?: TextRenderingMode;Defined in: src/api/operations.ts:62
Inherited from
rotate
ts
rotate: Rotation;Defined in: src/api/operations.ts:51
Inherited from
size
ts
size: number | PDFNumber;Defined in: src/api/operations.ts:50
Inherited from
strokeColor?
ts
optional strokeColor?: Color;Defined in: src/api/operations.ts:61
Inherited from
strokeWidth?
ts
optional strokeWidth?: number;Defined in: src/api/operations.ts:60
Inherited from
x
ts
x: number | PDFNumber;Defined in: src/api/operations.ts:54
Inherited from
xSkew
ts
xSkew: Rotation;Defined in: src/api/operations.ts:52
Inherited from
y
ts
y: number | PDFNumber;Defined in: src/api/operations.ts:55
Inherited from
ySkew
ts
ySkew: Rotation;Defined in: src/api/operations.ts:53