8000 Mixing Chinese and English characters create double underline on Huawei phones · Issue #30041 · flutter/flutter · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Mixing Chinese and English characters create double underline on Huawei phones #30041

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

Closed
mehmetf opened this issue Mar 27, 2019 · 2 comments
Closed
Assignees
Labels
a: typography Text rendering, possibly libtxt customer: google Various Google teams

Comments

@mehmetf
Copy link
Contributor
mehmetf commented Mar 27, 2019

To reproduce, render this on a Huawei phone:

       Text(
          '中文 Button tapped 0 times.',
          style: TextStyle(
            color: Colors.blue,
            fontWeight: FontWeight.bold,
            decoration: TextDecoration.underline,
          )

Observe:

image

Could it be the baseline for Chinese vs English is different and we are using both to draw the underline?

This is from a Google customer so they are on the latest Flutter/Engine framework.

@mehmetf mehmetf added severe: customer critical a: typography Text rendering, possibly libtxt customer: google Various Google teams labels Mar 27, 2019
@HansMuller
Copy link
Contributor

CC @GaryQian

@github-actions
Copy link

This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of flutter doctor -v and a minimal reproduction of the issue.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 30, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
a: typography Text rendering, possibly libtxt customer: google Various Google teams
Projects
None yet
Development

No branches or pull requests

3 participants
0