Bug 187166
Summary: | overwriteCodePoint() in createAndFillGlyphPage() is wrong | ||
---|---|---|---|
Product: | WebKit | Reporter: | Myles C. Maxfield <mmaxfield> |
Component: | Text | Assignee: | Myles C. Maxfield <mmaxfield> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | cgarcia, hosskhalifa, mitz, mmaxfield |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=177040 | ||
Bug Depends on: | |||
Bug Blocks: | 206208 |
Myles C. Maxfield
Shaping inside fonts relies on the correct glyphIDs being used. However, we replace a bunch of glyphs with the zero width space glyph, which fonts won't expect.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Myles C. Maxfield
*** Bug 215643 has been marked as a duplicate of this bug. ***
Myles C. Maxfield
This will fix https://bugs.webkit.org/show_bug.cgi?id=215643
Myles C. Maxfield
Actually, let's reverse-dup.
Myles C. Maxfield
*** This bug has been marked as a duplicate of bug 215643 ***
Myles C. Maxfield
rdar://56355689 has some more.