You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi romen I do have a solution for this to render unicode 16-bit characters but now I have issues with the font fallback pattern not working as expected..once I have this all resolved I will be making a PR.
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: