Bug 6135 - WebKit should render ligatures
Summary: WebKit should render ligatures
Status: RESOLVED DUPLICATE of bug 100188
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P3 Enhancement
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-18 10:15 PST by mitz
Modified: 2022-12-26 19:53 PST (History)
9 users (show)

See Also:


Attachments
testcase for ligature (407 bytes, text/html)
2022-12-26 19:44 PST, Karl Dubost
no flags Details
rendering in safari, firefox, chrome (133.68 KB, image/png)
2022-12-26 19:46 PST, Karl Dubost
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description mitz 2005-12-18 10:15:45 PST
The CG code path in WebTextRenderer does not render automatic ligatures.
Comment 1 Timothy Hatcher 2008-10-17 09:26:27 PDT
We should consider using ligatures in text runs that are greater than some large font size. So headlines and things look good. That might be acceptable performance wise.
Comment 2 mitz 2008-10-17 09:31:43 PDT
Setting a font size threshold may be problematic for things that smoothly animate size.
Comment 3 Karl Dubost 2022-12-26 19:44:00 PST
Created attachment 464218 [details]
testcase for ligature

This is probably solved.
Comment 4 Karl Dubost 2022-12-26 19:46:17 PST
Created attachment 464219 [details]
rendering in safari, firefox, chrome

The rendering in Firefox and Safari is working
The one in Chrome not so much.
Comment 5 mitz 2022-12-26 19:53:05 PST
Bug 99113 addressed the "CG code path" part of this, and bug 100188 enabled ligatures by default.

*** This bug has been marked as a duplicate of bug 100188 ***