Bug 60492 - [Qt] Simple small-caps text is displayed in uniform size.
Summary: [Qt] Simple small-caps text is displayed in uniform size.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Text (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Andreas Kling
URL:
Keywords: Qt, QtTriaged
Depends on:
Blocks:
 
Reported: 2011-05-09 12:07 PDT by Andreas Kling
Modified: 2011-05-09 13:47 PDT (History)
2 users (show)

See Also:


Attachments
Proposed patch (1.47 KB, patch)
2011-05-09 12:08 PDT, Andreas Kling
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>