Can I turn off freetype at runtime
Is it possible to turn off the freetype use at runtime, e.g. by changing something in the config file? Basically under SuSE several dialogs are drawing with 5 pixel text whereas under Windows they are about 9 pixel high (which I don't understand because I think that they should not exceed 8). Under RedHat they are 7 pixel which are at least readable. I hope that if I can turn off the freetype then on SuSE it will get the same font as on RedHat I tried setting an Alias but it didn't make any difference; it still used the same font instead of the alias -- Bill Medland mailto:billmedland(a)mercuryspeed.com http://webhome.idirect.com/~kbmed
On Mon, Nov 17, 2003 at 11:34:40AM -0800, Bill Medland wrote:
Is it possible to turn off the freetype use at runtime, e.g. by changing something in the config file?
From the sample config file :
; Use the Render extension to render client side fonts (default "Y") ;;"ClientSideWithRender" = "Y" ; Fallback on X core requests to render client side fonts (default "Y") ;;"ClientSideWithCore" = "Y" ; Set both of the previous two to "N" in order to force X11 server side fonts ; ; Anti-alias fonts if using the Render extension (default "Y") ;;"ClientSideAntiAliasWithRender" = "Y" ; Anti-alias fonts if using core requests fallback (default "Y") ;;"ClientSideAntiAliasWithCore" = "Y" I never tested it and do not know if it still works... But it certainly sounds like it should do what you require :-) Lionel -- Lionel Ulmer - http://www.bbrox.org/
On Mon, Nov 17, 2003 at 09:14:51PM +0100, Lionel Ulmer wrote:
On Mon, Nov 17, 2003 at 11:34:40AM -0800, Bill Medland wrote:
Is it possible to turn off the freetype use at runtime, e.g. by changing something in the config file?
From the sample config file :
; Use the Render extension to render client side fonts (default "Y") ;;"ClientSideWithRender" = "Y" ; Fallback on X core requests to render client side fonts (default "Y") ;;"ClientSideWithCore" = "Y" ; Set both of the previous two to "N" in order to force X11 server side fonts ; ; Anti-alias fonts if using the Render extension (default "Y") ;;"ClientSideAntiAliasWithRender" = "Y" ; Anti-alias fonts if using core requests fallback (default "Y") ;;"ClientSideAntiAliasWithCore" = "Y"
I never tested it and do not know if it still works... But it certainly sounds like it should do what you require :-)
Yup, that should work, setting both ClientSideWith* lines to "N" will make Wine fall back to X11 fonts. Huw.
participants (3)
-
Bill Medland -
Huw D M Davies -
Lionel Ulmer