happypdf / LayoutTextOptions
Interface: LayoutTextOptions
Defined in: src/api/text/layout.ts:100
Properties
alignment
ts
alignment: TextAlignment;Defined in: src/api/text/layout.ts:101
bounds
ts
bounds: LayoutBounds;Defined in: src/api/text/layout.ts:104
font
ts
font: PDFFont;Defined in: src/api/text/layout.ts:103
fontSize?
ts
optional fontSize?: number;Defined in: src/api/text/layout.ts:102