Bug 42140 - [Win XP] [@font-face] Incorrect rendering of downloadable fonts (opentype) with text-rendering: optimizeLegibility;
Summary: [Win XP] [@font-face] Incorrect rendering of downloadable fonts (opentype) wi...
Status: UNCONFIRMED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows XP
: P2 Normal
Assignee: Nobody
URL: http://dev.l-c-n.com/webkit/otf_failu...
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-12 22:07 PDT by Philippe Wittenbergh
Modified: 2011-01-19 17:55 PST (History)
3 users (show)

See Also:


Attachments
screenshot of testcase (46.27 KB, image/png)
2010-07-12 22:07 PDT, Philippe Wittenbergh
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Philippe Wittenbergh 2010-07-12 22:07:32 PDT
Created attachment 61325 [details]
screenshot of testcase

When text-rendering: optimizeLegibility; is specified, Safari 5 cannot render opentype downloadable fonts correctly. Truetype fonts work correctly.

@font-face {
	font-family: 'Graublau Web';
	src:  url(./GraublauWeb.otf) format("opentype");
}

html {text-rendering: optimizeLegibility;}

test case in URL field

- this works correctly on Windows Vista and Windows 7.
- Google Chrome apppears not to be affected (not unexpected, different code path for those fonts).

In the attached screenshot: Safari 5 vs Minefield (gecko) recent nightly (background window).