MCPcopy
hub / github.com/Lulzx/tinypdf / TextOptions

Interface TextOptions

src/index.ts:14–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12]
13
14export interface TextOptions {
15 align?: 'left' | 'center' | 'right'
16 width?: number
17 color?: string
18}
19
20export interface PageContext {
21 text(str: string, x: number, y: number, size: number, opts?: TextOptions): void

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected