-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
flutter/engine
#23800Labels
a: typographyText rendering, possibly libtxtText rendering, possibly libtxte: web_canvaskitCanvasKit (a.k.a. Skia-on-WebGL) rendering backend for WebCanvasKit (a.k.a. Skia-on-WebGL) rendering backend for Webplatform-webWeb applications specificallyWeb applications specifically
Description
Font fallback has a bug. When we create a new CkTextStyle with no font fallback, we default it to Roboto (https://github.com/flutter/engine/blob/73c9904f3ecf4000663d74b43518040e11f73d2a/lib/web_ui/lib/src/engine/canvaskit/text.dart#L284). This is incorrect as we should first fallback to a parent style's font or fallback.
Metadata
Metadata
Assignees
Labels
a: typographyText rendering, possibly libtxtText rendering, possibly libtxte: web_canvaskitCanvasKit (a.k.a. Skia-on-WebGL) rendering backend for WebCanvasKit (a.k.a. Skia-on-WebGL) rendering backend for Webplatform-webWeb applications specificallyWeb applications specifically