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
Adds HarfBuzz-backed shaping for OpenType features and complex scripts
while keeping Satori's published bundle close to its previous size by
loading the patched HarfBuzz runtime as an external dependency.
Measurement and SVG generation now share shaped run metrics, including
kerning, ligatures, WOFF conversion, and font fallback boundaries.
The PR also adds focused image coverage for OpenType features,
complex-script shaping, mixed-font letter spacing, and browser consumer
bundling. Full Unicode bidirectional layout remains explicitly
unsupported.
<tr><td><code>fontFeatureSettings</code></td><td>Supported via HarfBuzz text shaping. Enables OpenType features like ligatures, small caps, stylistic sets, etc.</td><td></td></tr>
Advanced typography features such as kerning, ligatures and other OpenType features are not currently supported.
350
+
**OpenType Features**: Satori supports advanced typography features via HarfBuzz text shaping. Use the `font-feature-settings` CSS property to enable OpenType features such as:
0 commit comments