RESOLVED FIXED299278
[GTK][WPE] Use WidthIterator for simple text when Font::applyTransforms is not needed
https://bugs.webkit.org/show_bug.cgi?id=299278
Summary [GTK][WPE] Use WidthIterator for simple text when Font::applyTransforms is no...
Carlos Garcia Campos
Reported 2025-09-22 02:16:01 PDT
In 299354@main we introduced a build option to always use ComplexTextController even for simple text code path. However, there are cases in which we can use WidthIterator instead, for example when optimize for speed rendering mode is used, because we know Font::ApplyTransforms can be skipped.
Attachments
Carlos Garcia Campos
Comment 1 2025-09-22 02:27:53 PDT
EWS
Comment 2 2025-09-26 03:47:07 PDT
Committed 300567@main (8cb04a3ecae3): <https://commits.webkit.org/300567@main> Reviewed commits have been landed. Closing PR #51105 and removing active labels.
Radar WebKit Bug Importer
Comment 3 2025-09-26 03:48:19 PDT
Note You need to log in before you can comment on or make changes to this bug.