You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow lineHeight to accept a string with 'px' suffix (e.g. '23px') in
addition to the existing numeric multiplier. This enables setting an
absolute pixel line height, which is useful when precise control over
row spacing is needed regardless of font size.
- Update type definitions to accept `number | string`
- Add validation for px string format in OptionsService
- Handle px values in DomRenderer and WebglRenderer dimension calculations
- Update WebGL char atlas config type
Fixes#2612
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments