sempdf v1.9.1Type aliases
Type Alias: TextDirection
sempdf / TextDirection
type TextDirection = "ltr" | "rtl" | "auto";Defined in: src/types.ts:825
Text direction options, including automatic RTL detection.
sempdf / TextDirection
type TextDirection = "ltr" | "rtl" | "auto";Defined in: src/types.ts:825
Text direction options, including automatic RTL detection.