Regarding Font Rendering Abnormalities #20100
jxh150535011
started this conversation in
General
Replies: 1 comment 3 replies
-
Without the pdf file, it's pretty hard (impossible ?) to say something. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In a Node.js environment, when I keep the default setting disableFontFace: true, some fonts display as blank with warnings about missing font paths. To fix this, I set disableFontFace: false. However, this causes other content (such as red text) to display as garbled characters. How can I resolve this issue?
Note:
With disableFontFace: true, the red text renders correctly, but black date fields appear blank.
With disableFontFace: false, the dates show properly, but the red text becomes garbled.
Beta Was this translation helpful? Give feedback.
All reactions