-
Notifications
You must be signed in to change notification settings - Fork 129
New issue
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
troika-three-text uncaught exception #313
Comments
sorry, I found the solution. If I use default font, there was not the problem, but If I use NotoSerifCJKsc-VF.ttf from google noto repo or other font like Songti, there is the problem. The problem may be with CJK languages, because when I render just ASCII-ranged chars there was not the problem. Could you give me some help? |
update my fonts file link: https://github.com/googlefonts/noto-cjk/raw/main/Serif/Variable/TTF/NotoSerifCJKsc-VF.ttf |
I'm getting the same thing. It does appear to be related to specific fonts. In my case the fonts aren't CJK-related. I haven't tracked down exactly which fonts I'm using that are causing the issue; I can if that's helpful. |
@WallanceLee I just tried a local test using your NotoSerifCJKsc-VF.ttf font link and some Chinese text and it renders just fine for me. 🤔 That |
What if some unicode is not present in font file? For example, \uE532? Sorry, I cannot find the exact character because my CAD file has a lot of character. |
Any unicode codepoint that can not be resolved in the font file you specify or one of the unicode fonts should just fall back to the null glyph (a rectangle). I'm not sure how to reproduce this if you can't provide a string that fails. 😓 |
I believe I was getting this error from empty strings: ' '. Will have to circle back to confirm. |
I'm getting the same error from the empty strings |
Error: Error in worker callModule call: Cannot destructure property 'ascender' of 'fontObj' as it is undefined.
Why was it happened? Could you provide some listener to receive this exception stacktrace. I want to trace the source parameter, but I cannot found. Thanks a lot for your time.
The text was updated successfully, but these errors were encountered: