We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug Regardless of what font family I use, these glyphs do not render as expected and instead only spit out "<j" and "<k" respectively.
I noticed internally react-pdf has a fallback function for glyphs but something is wrong as the fallback does not render the glyphs as expected?
To Reproduce Steps to reproduce the behavior including code snippet (if applies):
Attempt to render 🅪 and 🅫
Observe that regardless of font family, they only render <j and <k
Expected behavior Render the glyph as expected.
The text was updated successfully, but these errors were encountered:
We are having the same issues with other unicode character even if the font is correctly loaded and it has those symbols on it, for example
𝑥 𝐴 𝐵 𝑛
Using NotoSansMath
Sorry, something went wrong.
No branches or pull requests
Describe the bug
Regardless of what font family I use, these glyphs do not render as expected and instead only spit out "<j" and "<k" respectively.
I noticed internally react-pdf has a fallback function for glyphs but something is wrong as the fallback does not render the glyphs as expected?
To Reproduce
Steps to reproduce the behavior including code snippet (if applies):
Attempt to render 🅪 and 🅫
Observe that regardless of font family, they only render <j and <k
Expected behavior
Render the glyph as expected.
The text was updated successfully, but these errors were encountered: