search for: fontsmoothingtyp

Displaying 4 results from an estimated 4 matches for "fontsmoothingtyp".

Did you mean: fontsmoothingtype
2009 Jan 06
5
This is my wine day: subpixel-AA is here
This makes may day; it actually makes my week! I can't believe the genius wine developers have implemented subpixel font anti-aliasing in 1.1.12! All the apps look 100 times better now! I have opened Word 2003 about 10 times today just to look at the new beautiful UI! I have waited for this ever since I started using wine (~ 2006). This is my personal wine day! Thank so much, wine developers
2009 Feb 21
2
Firefox on Wine as preferred browser
...I got Shiretoko (FF 3.1 nightly) win32 version. Quick guide: 1. The fonts are gonna suck real bad unless you get a current Wine and do the Wine registry thing. Then they'll only suck mostly bad. REGEDIT4 [HKEY_CURRENT_USER\Control Panel\Desktop] "FontSmoothing"="2" "FontSmoothingType"=dword:00000002 "FontSmoothingGamma"=dword:00000578 "FontSmoothingOrientation"=dword:00000001 2. Use Liberation Mono as your monospace font, it's a nice Lucida Console substitute. Bad points: it looks KDE3/XP-ish and doesn't fit in at all with the loveliness of K...
2009 Apr 24
2
Garbled/blurred fonts.
I installed office 2007 using this howto over on the ubuntu forum http://ubuntuforums.org/showthread.php?t=1102840 Everything went great. The programs run and seem to work fine, except that the old issue of wine not rendering fonts right occurs. This issue is documented here http://ubuntuforums.org/showthread.php?t=1009930 The solution is to add "ClientSideWithRender"="N"
2009 Jun 12
2
Subpixel by default?
Hi. I know that subpixel rendering is supported in wine. However, it is not turned on on default setting. You have to add this to registry: REGEDIT4 [HKEY_CURRENT_USER\Control Panel\Desktop] "FontSmoothing"="2" "FontSmoothingType"=dword:00000002 "FontSmoothingGamma"=dword:00000578 "FontSmoothingOrientation"=dword:00000001 Can this be added by default in wine, so users don't have to add it manualy? Thanks