NEWS.md
lorem_text()
and lorem_bidi()
for generating nonsense text in various scriptsplot_shape()
to plot the result of a shaping along with the metricsdirection
argument to shape_text()
that defaults to auto
, meaning that it is deduced from the content of the shaped text. align
gets two new settings that responds to the global direction of the text. "auto"
will chose between "left"
and "right"
and "justified"
will choose between "justified-left"
and "justified-right"
depending of the global direction is ltr or rtl. Lastly the soft break locations are now based on ICU and thus better support ideographic scripts such as Han/Kanji/Hangul.width
argument in shape_text()
and systemfonts::match_fonts()
(#44)text_width()
to take the same inputs as shape_text()
shape_text()
to allow proper font-fallback, bidi text support, support for font-features, spacers, new align settings, etc.