md-report/docs/font.md

12 lines
625 B
Markdown

# Configuring Fonts
There are 5 configuration of fonts to choose:
- `ascii`: Specifies the font to be used to format characters in the Unicode range (U+0000-U+007F) (for English);
- `cs`: Specifies the font to be used to format characters in a complex script Unicode range;
- `eastAsia`: Specifies the font to be used to format characters in an East Asian Unicode range (for Chinese);
- `hAnsi`: Specifies the font to be used to format characters in a Unicode range which does not fall into one of the other categories (default);
- `hint`: No ref found;
> Ref: [Office Open XML](http://officeopenxml.com/WPtextFonts.php).