Skip to content

@jsvision/core / WidthProbeOptions

Interface: WidthProbeOptions

Defined in: host/width-probe.ts:114

Options for probeAmbiguousWidth.

Extended by

Properties

arrowGlyphs?

readonly optional arrowGlyphs?: string

Defined in: host/width-probe.ts:116

Group-1 probe string (default AMBIGUOUS_PROBE_GLYPHS); measured by code-point count.


boxGlyphs?

readonly optional boxGlyphs?: string

Defined in: host/width-probe.ts:118

Group-2 probe string (default BOX_PROBE_GLYPHS); measured by code-point count.


timeoutMs?

readonly optional timeoutMs?: number

Defined in: host/width-probe.ts:120

Whole-probe timeout in ms (default DEFAULT_WIDTH_PROBE_TIMEOUT_MS), shared by both groups.