@jsvision/core / WidthProbeOptions
Interface: WidthProbeOptions
Defined in: host/width-probe.ts:114
Options for probeAmbiguousWidth.
Extended by
Properties
arrowGlyphs?
readonlyoptionalarrowGlyphs?:string
Defined in: host/width-probe.ts:116
Group-1 probe string (default AMBIGUOUS_PROBE_GLYPHS); measured by code-point count.
boxGlyphs?
readonlyoptionalboxGlyphs?:string
Defined in: host/width-probe.ts:118
Group-2 probe string (default BOX_PROBE_GLYPHS); measured by code-point count.
timeoutMs?
readonlyoptionaltimeoutMs?:number
Defined in: host/width-probe.ts:120
Whole-probe timeout in ms (default DEFAULT_WIDTH_PROBE_TIMEOUT_MS), shared by both groups.