Displaying 5 results from an estimated 5 matches for "fontsmoothingorientation".
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
...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 KDE 4.2.
Good point: it's wicked fast.
Any other useful hints to get Firefox in Wine as nice a...
2009 Jan 08
1
Problem getting subpixel AA font rendering to work
...inly not being AA.
I came across a thread on this forum that suggested adding a file to the registry. I can do that on windows, but don't know how to do it on wine, so I just opened up regedit and added the appropiate values in the right places:
"FontSmoothing"="2", "FontSmoothingOrientation"="dword:000" , etc.
Still no joy. I then reconfigured my fonts using dpkg-reconfigure fontconfig-config in order to make sure that autohinting wasn't being used (on native), and bmp fonts were disabled. Upon restarting 'x', still no AA joy.
I would appreciate some help...
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?
...ing 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