Bug 252577 - FontCascade::width overload is not defined
Summary: FontCascade::width overload is not defined
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: Text (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-02-20 09:42 PST by Vitor Roriz
Modified: 2023-02-20 09:52 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vitor Roriz 2023-02-20 09:42:50 PST
overload: "static float width(TextLayout&, unsigned from, unsigned len, HashSet<const Font*>* fallbackFonts = 0)" at FontCascade is not defined/used
Comment 1 Radar WebKit Bug Importer 2023-02-20 09:43:06 PST
<rdar://problem/105683236>
Comment 2 Vitor Roriz 2023-02-20 09:46:51 PST
Pull request: https://github.com/WebKit/WebKit/pull/10136
Comment 3 Vitor Roriz 2023-02-20 09:52:18 PST
This is not actually a bug, overload is implemented by ComplexTextController.cpp