Bug 252577

Summary: FontCascade::width overload is not defined
Product: WebKit Reporter: Vitor Roriz <vitor.roriz>
Component: TextAssignee: Nobody <webkit-unassigned>
Status: RESOLVED WONTFIX    
Severity: Normal CC: mmaxfield, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: Other   
Hardware: Unspecified   
OS: Unspecified   

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