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
My hardware is compatible and my graphics drivers are up-to-date.
What happened?
As in the image, the tail of the "g" of "config" doesn't show in this window size.
But when I slightly change the window size, the tail of g is visible again.
I've also tried advanced shaping, but nothing changed.
Code:
container(column![text("Failed to read the config file.").size(30), text(err).shaping(text::Shaping::Advanced)]).width(Length::Fill).height(Length::Fill).center_x().center_y().into()
What is the expected behavior?
Expecting that the tail would be visible when the text itself is also visible.
This issue seems to happen because the tail of "g" overflows the bounding box.
Version
master
Operating System
Windows
Do you have any log output?
No response
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Is this issue related to iced?
What happened?
As in the image, the tail of the "g" of "config" doesn't show in this window size.
But when I slightly change the window size, the tail of g is visible again.
I've also tried advanced shaping, but nothing changed.
Code:
What is the expected behavior?
Expecting that the tail would be visible when the text itself is also visible.
This issue seems to happen because the tail of "g" overflows the bounding box.
Version
master
Operating System
Windows
Do you have any log output?
No response
The text was updated successfully, but these errors were encountered: