NEW 167300
Make text-combine and font variations play nicely together
https://bugs.webkit.org/show_bug.cgi?id=167300
Summary Make text-combine and font variations play nicely together
Myles C. Maxfield
Reported 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.
Attachments
Note You need to log in before you can comment on or make changes to this bug.