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