std.utf.set_ts_width_mode

std.utf

set_ts_width_mode(mode) -> ok, err

Set the text sizing width calculation mode

Accepts "combined" (scale × explicit width) or "w_only" (explicit width only). Returns nil and an error for any other value.