Appearance
zeropdf / TextDirection
Type Alias: TextDirection
ts
type TextDirection = "ltr" | "rtl" | "auto";Defined in: src/types.ts:757
Text direction options, including automatic RTL detection.
Appearance
zeropdf / TextDirection
type TextDirection = "ltr" | "rtl" | "auto";Defined in: src/types.ts:757
Text direction options, including automatic RTL detection.