0

I prefer the OS X / Safari-on-Windows font rendering engine over Windows' ClearType, but I am not fond of Safari as a browser. Given that Chrome also uses Webkit, is it possible to enable/port the Safari text engine to it? What about Firefox?

Charles Roper
  • 10,599
  • 16
  • 56
  • 75
  • possible duplicate of [How to get Apple font rendering on Windows (XP)?](http://superuser.com/questions/16734/how-to-get-apple-font-rendering-on-windows-xp) – phuclv Apr 18 '15 at 02:37

2 Answers2

3

I recommend using gdipp instead of GDI++ (also supports win7 x64 + 64 bit apps).

Bijan
  • 261
  • 1
  • 5
  • I recommend GDIPP too because GDI++ create some issues is some software that GDIPP doesn't. (VS2010, Office 2010...) – RHaguiuda Oct 29 '10 at 16:54
1

Have a look at this question which covers getting Apple-style font rendering throughout Windows.

The trick is to use GDI++.

David Webb
  • 11,876
  • 3
  • 43
  • 39
  • It's certainly different from the Windows font rendering but it's not exactly like the Apple style rendering. – alex Oct 01 '09 at 10:56
  • Thanks for the suggestion. I tried that before and it's pretty clunky. Besides, I only really want Safari rendering in-browser atm, rather that throughout the OS. – Charles Roper Oct 01 '09 at 12:02