Skip to content
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

Tail of g doesn't show on certain window sizes. #2212

Open
2 tasks done
thunderstorm010 opened this issue Jan 23, 2024 · 2 comments
Open
2 tasks done

Tail of g doesn't show on certain window sizes. #2212

thunderstorm010 opened this issue Jan 23, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@thunderstorm010
Copy link
Contributor

thunderstorm010 commented Jan 23, 2024

Is there an existing issue for this?

  • I have searched the existing issues.

Is this issue related to iced?

  • My hardware is compatible and my graphics drivers are up-to-date.

What happened?

image
As in the image, the tail of the "g" of "config" doesn't show in this window size.
image
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

@thunderstorm010 thunderstorm010 added the bug Something isn't working label Jan 23, 2024
@dtzxporter
Copy link
Contributor

This is a known issue blocked by pop-os/cosmic-text#70.

@JL710
Copy link
Contributor

JL710 commented Mar 29, 2025

@thunderstorm010 Does this still occur in the latest release or master?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants