Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Mac font rendering on Windows [closed]

I love the way Mac OS beautifully renders fonts (not just browsers). I was wondering if we could somehow get the same rendering in browsers running on Windows?

Someone recommended sIFR but I guess that's useful when I need to use non-standard fonts?

like image 233
SwaroopH Avatar asked Sep 12 '08 06:09

SwaroopH


4 Answers

Check out GDI++/FreeType (link, link). It's a highly configurable font-rendering replacement for Windows. With some configuration of hinting, anti-aliasing, etc, you should be able to approximate OSX style font rendering fairly close.

like image 104
Factor Mystic Avatar answered Oct 07 '22 17:10

Factor Mystic


use mactype

https://github.com/snowie2000/mactype

​‍​‍​‍​‍​‍​‍​‍​‍​‍​‍​‍​‍​‍‌‌‌‌‌‌‌‌‌

like image 30
zho Avatar answered Oct 07 '22 17:10

zho


Not sure if this is a setup, but of course, Safari on Windows renders using the OS X rendering algorithm.

like image 39
Brad Wilson Avatar answered Oct 07 '22 17:10

Brad Wilson


Brad is right: use Safari if you want the Mac font rendering algorithm.

Jeff and Joel have both blogged about this before (not surprisingly, around the time that Safari was released for Windows), if you would like more details:

http://www.codinghorror.com/blog/archives/000885.html

like image 35
tsimon Avatar answered Oct 07 '22 17:10

tsimon