Bug 167300

Summary: Make text-combine and font variations play nicely together
Product: WebKit Reporter: Myles C. Maxfield <mmaxfield>
Component: TextAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: mmaxfield
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 167068    

Description Myles C. Maxfield 2017-01-22 22:37:04 PST
text-combine uses ctFont() to apply a font feature to the font, and then uses this new font when performing width calculations to try to squish text inside the text combine. Instead, this mechanism of applying the feature should be unified with the existing font features infrastructure.

When this is complete, the only difference between FontPlatformData::m_font and FontPlatformData::m_ctFont will be the cascade list.