01
Typography
Credential
HarfRust 0.5.2 + ICU4X 2.1
A typographic engine that treats text as a first-class object.
OpenType GSUB/GPOS, discretionary ligatures, contextual alternates, tabular figures, stylistic sets, optical margin alignment, hanging punctuation, and a Knuth-Plass line breaker. Run the engine client-side; the PDF export hits the same code path.
doc.setFeature('ss01', true);
doc.setOpticalMargin('hanging');- Full OpenType feature access (ss01–ss20, swsh, liga, hlig, onum, tnum)
- Deterministic line breaking — same input, same output, everywhere
- Optical kerning with caching keyed on font + size + script
- Multi-script support including Latin, Arabic, Bangla, Devanagari
Credential
HarfRust 0.5.2 + ICU4X 2.1