Skip to content

Bug of FontWeight w700 doesn't work with Thai, other languages are ok #17467

@realcarlos

Description

@realcarlos

I was using an customized font with old verison of Flutter (Mar 6),
and Thai can be displayed with TextStyle(fontWeight: FontWeight.w700, fontSize: size, color: color);

But after I upgrade to latest version of Flutter , Thai text can not be displayed , other languages are ok.
String text = 'abc123บันทึก'; only 'abc123' could be displayed.

If I change w700 to w600, it works.

Could you help to fix it ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    a: internationalizationSupporting other languages or locales. (aka i18n)a: typographyText rendering, possibly libtxtengineflutter/engine related. See also e: labels.frameworkflutter/packages/flutter repository. See also f: labels.platform-androidAndroid applications specificallywaiting for customer responseThe Flutter team cannot make further progress on this issue until the original reporter responds

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions