Skip to content

r2rtf 1.2.0

Latest

Choose a tag to compare

@nanxstats nanxstats released this 26 Aug 21:41
· 10 commits to master since this release
ec75770

New features

  • Add internationalization (i18n) support with use_i18n parameter in rtf_page() to enable SimSun font for Chinese character support in RTF documents (#256).
  • Add text_hyphenation parameter to rtf_title(), rtf_colheader(), and rtf_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).