You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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).