osx - Mac font rendering on Windows -


i love way mac os beautifully renders fonts (not browsers). wondering if somehow same rendering in browsers running on windows?

someone recommended sifr guess that's useful when need use non-standard fonts?

check out gdi++/freetype (link, link). it's highly configurable font-rendering replacement windows. configuration of hinting, anti-aliasing, etc, should able approximate osx style font rendering close.


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -