XFRX doesn't include specific fonts to the PDF output.
KB-20230117-01
Version
XFRX 19.0
Symptoms
A font is replaced with "Arial" font.
Cause
Since 21.0 XFRX check if font support code page for text. If no, then XFRX put message to log and change font to "Arial".
Workaround
It's possibly put <UTF-8>, <UC>, #UR TEXTTOIMAGE=.T. to text field's comment.
Expression must be STRCONV("text", 9) for <UTF-8>.
Expression must be STRCONV("text", 5) for <UC>.
Version | <UTF-8> | <UC> | #UR TEXTTOIMAGE=.T. |
---|---|---|---|
19.0 | yes | - | yes |
19.1 | yes | - | yes |
19.2 | yes | - | yes |
21.0 | yes 1) | yes | |
21.1 | yes 1) | yes | yes |
21.2 | yes 1) | yes | yes |
22.0 | yes 1) | yes | yes |
22.1 | yes 1) | yes | yes |
22.2 | yes 1) | yes | yes |
1) "Stretch with overflow" must be checked - see to KB-20230119-01
Seet to DONTCHECKFONTCODEPAGE.