Skip to content

Commit 78a2073

Browse files
committed
docs(clientexportmanager): add note about missing bold fonts
1 parent b4db455 commit 78a2073

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

controls/clientexportmanager/how-to/exporting-special-characters.md

+5
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,11 @@ Here is a process of how to define a font that contains the desired symbols for
106106

107107
![Special Characters Exported](images/clientexportmanager-special-characters-exported.png)
108108

109+
110+
>important Some of the popular fonts (Segoe UI, Arial Unicode MS, Noto Serif) by default do not support the bold font. In the browser you see it working since there are many fonts the browser can fall back to, however, the exported content is not able to fall back to any font.
111+
To be able to export the bold text, you will need to add the bold font to the collection. Bold font for Segoe and bold font for Arial Unicode, etc.
112+
>
113+
109114
## Tips on defining fonts
110115

111116
Defining a `@font-face` element in the CSS of the page is equivalent to populating the `Fonts` collection. For example:

0 commit comments

Comments
 (0)