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

Impeller rendering font weight wrong on Flutter 3.7 #119317

Closed
RobertBrunhage opened this issue Jan 27, 2023 · 3 comments
Closed

Impeller rendering font weight wrong on Flutter 3.7 #119317

RobertBrunhage opened this issue Jan 27, 2023 · 3 comments
Labels
r: duplicate Issue is closed as a duplicate of an existing issue

Comments

@RobertBrunhage
Copy link

Steps to Reproduce

  1. Clone https://github.com/RobertBrunhage/impeller_font_issue/tree/main
  2. flutter run to use Skia and see the font weight that you expect
  3. flutter run --enable-impeller and the medium font weight will be more bold than Skia.

Expected results:
That the font weight should be the same on Impeller and Skia. This is the only blocker for us to migrate as all the medium text in the app just becomes too bold compared to the design and the Skia version of the app.

Actual results:
All font weights that I've tested with Inter family seems to be more bold on Impeller compared to Skia.

Logs
~/work/impeller_font_issue flutter analyze
Analyzing impeller_font_issue...
No issues found! (ran in 0.9s)
~/work/impeller_font_issue flutter doctor -v
[✓] Flutter (Channel stable, 3.7.0, on macOS 13.0.1 22A400 darwin-arm64, locale en-SE)
    • Flutter version 3.7.0 on channel stable at /opt/homebrew/Caskroom/flutter/3.3.6/flutter
    • Upstream repository https://github.com/flutter/flutter.git
    • Framework revision b06b8b2710 (3 days ago), 2023-01-23 16:55:55 -0800
    • Engine revision b24591ed32
    • Dart version 2.19.0
    • DevTools version 2.20.1

[✓] Android toolchain - develop for Android devices (Android SDK version 31.0.0)
    • Android SDK at /Users/robertbrunhage/Library/Android/Sdk
    • Platform android-33, build-tools 31.0.0
    • ANDROID_HOME = /Users/robertbrunhage/Library/Android/Sdk
    • ANDROID_SDK_ROOT = /Users/robertbrunhage/Library/Android/Sdk
    • Java binary at: /Applications/Android Studio.app/Contents/jre/Contents/Home/bin/java
    • Java version OpenJDK Runtime Environment (build 11.0.13+0-b1751.21-8125866)
    • All Android licenses accepted.

[✓] Xcode - develop for iOS and macOS (Xcode 14.2)
    • Xcode at /Applications/Xcode.app/Contents/Developer
    • Build 14C18
    • CocoaPods version 1.11.3

[✓] Chrome - develop for the web
    • Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome

[✓] Android Studio (version 2021.3)
    • Android Studio at /Applications/Android Studio.app/Contents
    • Flutter plugin can be installed from:
      🔨 https://plugins.jetbrains.com/plugin/9212-flutter
    • Dart plugin can be installed from:
      🔨 https://plugins.jetbrains.com/plugin/6351-dart
    • Java version OpenJDK Runtime Environment (build 11.0.13+0-b1751.21-8125866)

[✓] VS Code (version 1.74.3)
    • VS Code at /Applications/Visual Studio Code.app/Contents
    • Flutter extension version 3.56.0

[✓] Connected device (3 available)
    • Robert’s iPhone (mobile) • 00008120-001149E03433401E • ios            • iOS 16.2 20C65
    • macOS (desktop)          • macos                     • darwin-arm64   • macOS 13.0.1 22A400
      darwin-arm64
    • Chrome (web)             • chrome                    • web-javascript • Google Chrome
      109.0.5414.119

[✓] HTTP Host Availability
    • All required HTTP hosts are available

• No issues found!

image

@danagbemava-nc danagbemava-nc added the in triage Presently being triaged by the triage team label Jan 27, 2023
@danagbemava-nc
Copy link
Member

Hi @RobertBrunhage, this issue has been reported in #119234.

Kindly follow up in that issue for updates.

Closing from here as duplicate.

Thank you

@danagbemava-nc danagbemava-nc closed this as not planned Won't fix, can't repro, duplicate, stale Jan 27, 2023
@danagbemava-nc danagbemava-nc added r: duplicate Issue is closed as a duplicate of an existing issue and removed in triage Presently being triaged by the triage team labels Jan 27, 2023
@RobertBrunhage
Copy link
Author

Oh sorry for the duplicate, missed that, thanks!

@github-actions
Copy link

github-actions bot commented Mar 3, 2023

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 Mar 3, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
r: duplicate Issue is closed as a duplicate of an existing issue
Projects
None yet
Development

No branches or pull requests

2 participants