-
Notifications
You must be signed in to change notification settings - Fork 4
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
Text doesn't render anymore #2
Comments
It's probably related to the Wr2 changes, the last commit which i got to compile on my machine and worked was this one. I'm going to dissect this problem further, but it seems to be a Wr related issue, so i'll post this in Wr. |
What was the eventual issue? Should this be closed now? |
The TextBoundaries are invalid. But the boundaries start at (100,200) and has a size of (700,300). It simply doesn't contain the to be rendered glyph and i assume that Wr2 finally takes the bounds into account. Quick sketch:
I can make a PR for the fix (one number) if you'd like. But i would update the example to use the most current webrender as well. |
The text works on 0.7.0 master (a3adb113f)! Discovered this while working on running Webrender on FreeBSD. (However, if you just uncommented the text lines, the sample would crash FreeBSD out of the box, because the font path is |
Wr-sample doesn't render text anymore on current Wr.
Changes made can be seen in this commit.
Summary:
Delete Cargo.lock, Update src to fit trait requirements, compile on current nightly, reactivate text rendering - run and miss the text on the screen.
Os: Win 10
GPU: NVidia Gtx750ti
Driver: NVIDIA 364.72
The text was updated successfully, but these errors were encountered: