Bug 151842
Summary: | Vertical stacked Latin text probably doesn't work correctly with small-caps | ||
---|---|---|---|
Product: | WebKit | Reporter: | Myles C. Maxfield <mmaxfield> |
Component: | Text | Assignee: | Myles C. Maxfield <mmaxfield> |
Status: | NEW | ||
Severity: | Normal | CC: | ahmad.saleem792, fantasai.bugs, mmaxfield, vitor.roriz, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 149779 |
Myles C. Maxfield
The stanza with glyphDataForNonCJKCharacterWithGlyphOrientation() is included in FontCascadeFonts::glyphDataForNormalVariant() but not FontCascadeFonts::glyphDataForVariant()
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Myles C. Maxfield
We should test this to make sure it is working as expected.
Radar WebKit Bug Importer
<rdar://problem/95114224>
Ahmad Saleem
It seems `glyphDataForNormalVariant` was removed in below commit:
https://github.com/WebKit/WebKit/commit/78a6b757eab1cfb2eaa7627e1f7a61337e0e81ae (191058@main)
Ahmad Saleem
@Vitor & @Elika - I think after following commit, this bug is Not applicable anymore. Any thoughts?