On Wed, 1 Mar 2006 08:44:50 -0500
"Alexandre Leclerc" <[EMAIL PROTECTED]> wrote:

> I found that the font handling in synedit is not as it should. I mean
> that is does not look as nice and smooth and sweet as in
> kwrite/kdevelop for example. And ultimately in windows is it very not
> nice.
> 
> I was just asking myself what is the cause of that and can this be
> improved?

gtk1 does not support antialiasing.
gtk2 supports it.
Synedit uses fixed width for each character, so the best results is achieved
by using gtk2 and fonts like courier. Unfortunately the gtk2 ExtTextOut
function is not optimised and therefore very slow.


Mattias

_________________________________________________________________
     To unsubscribe: mail [EMAIL PROTECTED] with
                "unsubscribe" as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to