Bug 234121

Summary: consider simplifying SystemFallbackFontCache::m_characterFallbackMaps data structure
Product: WebKit Reporter: Cameron McCormack (:heycam) <heycam>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: bfulgham, simon.fraser, webkit-bug-importer, zalan
Priority: P2 Keywords: InRadar
Version: WebKit Local Build   
Hardware: Unspecified   
OS: Unspecified   

Cameron McCormack (:heycam)
Reported 2021-12-09 20:46:05 PST
SystemFallbackFontCache::m_characterFallbackMaps is a HashMap<Font*, HashMap<CharacterFallbackMapKey, Font*>, where CharacterFallbackMapKey holds a locale string, a UChar32 character, and a bool. We can probably find a better way to represent this.
Attachments
Radar WebKit Bug Importer
Comment 1 2022-04-05 11:59:05 PDT
Note You need to log in before you can comment on or make changes to this bug.