Releases: r-lib/textshaping
Releases · r-lib/textshaping
textshaping 0.4.1
- Make compiled code somewhat less assumptive about the correctness of the input
- Fix a bug from too agressive early exiting shaping of strings with no max
width (#45) - Fixed a mismatch between the default values of the
width
argument in
shape_text()
andsystemfonts::match_fonts()
(#44) - Updated
text_width()
to take the same inputs asshape_text()
textshaping 0.4.0
- Full rewrite of
shape_text()
to allow proper font-fallback, bidi text
support, support for font-features, spacers, new align settings, etc.
textshaping 0.3.7
- Prepare for Arm Windows
textshaping 0.3.6
textshaping 0.3.5
- Address an UBCSAN issue in packages linking to textshaping
- Remove a few compiler warnings
textshaping 0.3.4
- Prepare textshaping for UCRT support
- Address upstream changes in cpp11
textshaping 0.3.3
textshaping 0.3.2
- Avoid overindexing fallbacks when no fallback is found
textshaping 0.3.1
- Try to avoid ASAN issue reported by CRAN
textshaping 0.3.0
- Add support for performing font fallback as part of the single-line shaping
- Provide support for non-scalable fonts