-
Notifications
You must be signed in to change notification settings - Fork 237
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
Cropped characters in text_edit sample #215
Comments
Nice catch! Will look ASAP. |
Ah zooming and looking closely at my screenshot, its seems the "g" is also mildly cropped at the bottom. |
OK, I'm not 100% sure, but it's looking like a cairo text-layout bug with the chinese font. Try changing the font to an english font like Roboto and notice that it's not cropped. Can you verify? Change this line: char const* font_family = "文泉驿微米黑, \"WenQuanYi Micro Hei\""; To this: char const* font_family = "Roboto"; (Of course you have to remove the chinese text if you change the font.) |
I'll close this for now, but I'll add an item in the TODO list: we need to create an MVCE and report to the cairo developers. I doubt there will be some action, but we'll see: |
Sounds like a cairo issue? |
The letter 'g' is cropped.
The text was updated successfully, but these errors were encountered: