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
I just tried the new text preview window from #223 on Linux, and it panics the moment I click on the menu item:
thread 'main' panicked at 'called `Option::unwrap()` on a `None` value', runebender-lib/src/virtual_font.rs:165:18
The text was updated successfully, but these errors were encountered:
Don't panic on missing glyph in virtual_font
dac79d0
This is a particular problem because we always ensure .notdef is present in the vfont, even if it doesn't exist in the font. fixes #231
Oops, thanks! This was just general sloppiness, it would crash anytime the font didn't contain the the '.notdef' glyph.
Sorry, something went wrong.
3cf949b
Successfully merging a pull request may close this issue.
I just tried the new text preview window from #223 on Linux, and it panics the moment I click on the menu item:
The text was updated successfully, but these errors were encountered: