Anti Aliasing in GTK+1.2 - patch for gtk 1.2.9

Under development: PCMCIA, wireless, etc.
Post Reply
Message
Author

User avatar
BarryK
Puppy Master
Posts: 9392
Joined: Mon 09 May 2005, 09:23
Location: Perth, Western Australia
Contact:

#2 Post by BarryK »

Puppy already has font antialiasing for gtk 1.2 apps.
You just need to preload the libgdkxft.so library:
For example:

# LD_PRELOAD=/usr/lib/libgdkxft.so dillo

User avatar
bombayrockers
Posts: 427
Joined: Sat 24 Sep 2005, 16:47
Location: Mumbai, India
Contact:

#3 Post by bombayrockers »

Though gdkxft can be used for aa font is gtk1 apps it messes with the gtk2 apps and crashes them. At present I am using the patched gtk 1.2 on my system and I am able to use both gtk1 and gtk2 apps

User avatar
BarryK
Puppy Master
Posts: 9392
Joined: Mon 09 May 2005, 09:23
Location: Perth, Western Australia
Contact:

#4 Post by BarryK »

bombayrockers wrote:Though gdkxft can be used for aa font is gtk1 apps it messes with the gtk2 apps and crashes them. At present I am using the patched gtk 1.2 on my system and I am able to use both gtk1 and gtk2 apps
I haven't experience any gtk2 apps crashing. Can you reproduce it?

User avatar
bombayrockers
Posts: 427
Joined: Sat 24 Sep 2005, 16:47
Location: Mumbai, India
Contact:

#5 Post by bombayrockers »

abiword is crashing on my box

Post Reply