bug-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Text drawing bug - gaps after 16th character in scaled view


From: Fred Kiefer
Subject: Re: Text drawing bug - gaps after 16th character in scaled view
Date: Tue, 01 Jul 2003 19:51:40 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20021204

Kazunobu Kuriyama wrote:
In short, the art backend works fine.

At first I forgot to set GSFontAntiAlias to YES and, naturally,
got the same result as that of the xlib backend.  After setting
the environmental variable correctly, the trouble has disappeared!

One thing to note: Depending on the value of GSFontAntiAlias,
I saw different kind of fonts.  So I'm not sure if I conclude
the cause of the bug really lies in the xlib backend.  I'll test
other programs to see what happens, and if I find something,
I'll send you a supplement to this note.

Are you sure that you are using the Art backend? GSFontAntiAlias is used there as well, but should be YES by default, as opposed to the xlib backend where we have a default of NO. The difference in the available fonts suggest that you are still using xlib as there the fonts either come from the font_cache or from font_config, which gives different results. The art backend still has a lot of extra features, which may make it a worthwhile replacemetn for xlib, so you may give it another try.

Fred





reply via email to

[Prev in Thread] Current Thread [Next in Thread]