New features
- Add internationalization (i18n) support with
use_i18n
parameter inrtf_page()
to enable SimSun font for Chinese character support in RTF documents (#256). - Add
text_hyphenation
parameter tortf_title()
,rtf_colheader()
, andrtf_subline()
functions to control text hyphenation in RTF output (#235).
Improvements
- Refactor font type table to use a data frame structure for better maintainability (#264).