Skip to content

zeropdf v1.3.0


zeropdf / MeasureTextBlockOptions

Type Alias: MeasureTextBlockOptions

ts
type MeasureTextBlockOptions = Omit<TextBlockOptions, "x" | "y">;

Defined in: src/types.ts:1029

Options for PdfDocument.measureTextBlock (position-independent).

Released under the ISC license.