SIGN IN SIGN UP

svg: support letter-spacing

SVG letter-spacing is an absolute length, while Text::spacing() accepts
only a relative scale. Derive that scale from the measured advances
instead of estimating it from the font size.

The resulting gaps still vary with glyph advances. Exact SVG spacing
requires the text layout API to apply an absolute offset between
typographic character units after font positioning.

issues: #4107
J
JunsuChoi committed
b50dfa27f1b1b60861195e9733dd6e1e169e460b
Parent: 7f87d53
Committed by Hermet Park <hermetpark@gmail.com> on 8/15/2026, 4:47:48 PM