Bug 60492

Summary: [Qt] Simple small-caps text is displayed in uniform size.
Product: WebKit Reporter: Andreas Kling <kling>
Component: TextAssignee: Andreas Kling <kling>
Status: RESOLVED FIXED    
Severity: Normal CC: ademar, kenneth
Priority: P2 Keywords: Qt, QtTriaged
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Proposed patch none

Description Andreas Kling 2011-05-09 12:07:23 PDT
When using Qt 4.8 and the fast font path, text with "font-variant: small-caps" is displayed as all-uppercase.
Comment 1 Andreas Kling 2011-05-09 12:08:29 PDT
Created attachment 92822 [details]
Proposed patch
Comment 2 Kenneth Rohde Christiansen 2011-05-09 12:34:13 PDT
Hey Kling, do you have any profiling on the performance gain when using 4.8 with the fast font path? I am wondering if it would make sense to cherry pick to our other gitorious branch :-)
Comment 3 Andreas Kling 2011-05-09 12:38:36 PDT
(In reply to comment #2)
> Hey Kling, do you have any profiling on the performance gain when using 4.8 with the fast font path? I am wondering if it would make sense to cherry pick to our other gitorious branch :-)

I don't have completely trustworthy numbers yet, since the feature is still in development. But it's looking pretty good. I will post a blog with proper numbers once this little thing is working perfectly. :)
Comment 4 Andreas Kling 2011-05-09 12:40:22 PDT
Comment on attachment 92822 [details]
Proposed patch

Clearing flags on attachment: 92822

Committed r86081: <http://trac.webkit.org/changeset/86081>
Comment 5 Andreas Kling 2011-05-09 12:40:30 PDT
All reviewed patches have been landed.  Closing bug.
Comment 6 Ademar Reis 2011-05-09 13:47:27 PDT
Revision r86081 cherry-picked into qtwebkit-2.2 with commit 9346ba4 <http://gitorious.org/webkit/qtwebkit/commit/9346ba4>