Skip to content

Commit

Permalink
doc: add a note related to hansi.family
Browse files Browse the repository at this point in the history
fix #586
  • Loading branch information
davidgohel committed Jan 13, 2024
1 parent fabdf47 commit ee35ecf
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: flextable
Type: Package
Title: Functions for Tabular Reporting
Version: 0.9.5.006
Version: 0.9.5.007
Authors@R: c(
person("David", "Gohel", role = c("aut", "cre"),
email = "[email protected]"),
Expand Down
4 changes: 3 additions & 1 deletion R/defaults.R
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@ flextable_global$defaults <- default_flextable_settings
#' Use `set_flextable_defaults()` to override them. Use `init_flextable_defaults()`
#' to re-init all values with the package defaults.
#' @param font.family single character value. When format is Word, it specifies the font to
#' be used to format characters in the Unicode range (U+0000-U+007F).
#' be used to format characters in the Unicode range (U+0000-U+007F). If you
#' want to use non ascii characters in Word, you should also set `hansi.family`
#' to the same family name.
#' @param cs.family optional and only for Word. Font to be used to format
#' characters in a complex script Unicode range. For example, Arabic
#' text might be displayed using the "Arial Unicode MS" font.
Expand Down
4 changes: 3 additions & 1 deletion man/set_flextable_defaults.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ee35ecf

Please sign in to comment.