Re: Now it's fonts

2004-05-11 Thread lrcgtk
I've found A solution to my immediate font problem: font_name = helvetica 18 Just by guessing and trying stuff. I haven't found a handy reference for what pango fonts are available. On Tue, May 11, 2004 at 01:41:41PM -0700, [EMAIL PROTECTED] wrote: gtk-2 as created by glade-2 works very

Re: Now it's fonts

2004-05-11 Thread Dov Grobgeld
Pango is using fontconfig. You can get a list of all fontconfig fonts by doing fc-list . You may also just run gedit or gimp and check its font dialog. Regards, Dov On Tue, May 11, 2004 at 02:18:54PM -0700, [EMAIL PROTECTED] wrote: I've found A solution to my immediate font problem:

Re: Now it's fonts

2004-05-11 Thread Valdis . Kletnieks
On Tue, 11 May 2004 23:28:10 -, Dov Grobgeld said: Pango is using fontconfig. You can get a list of all fontconfig fonts by doing fc-list . You may also just run gedit or gimp and check its font dialog. fc-list. The answer to my long-standing search. :) I owe this man a beer or similar

Re: Now it's fonts

2004-05-11 Thread Sven Neumann
Hi, [EMAIL PROTECTED] writes: fc-list. The answer to my long-standing search. :) I owe this man a beer or similar if we're ever on the same side of that big puddle. ;) I've been using xfontsel and xlsfonts for close to 2 decades, and was peeved when I found xftlsfonts and it only

Re: Now it's fonts

2004-05-11 Thread Valdis . Kletnieks
On Wed, 12 May 2004 01:52:23 +0200, Sven Neumann said: You might find this document useful: http://www.gimp.org/unix/fonts.html This is about setting up fonts for GIMP but most of this applies to font configuration for any GTK+ application. Yeah I've seen equivalent info before, the

Now it's fonts

2004-05-11 Thread lrcgtk
gtk-2 as created by glade-2 works very different than gtk as created by glade 0.6. The gtkrc files don't even seem to be compatible. I don't have the time to wrestle with recompiling everything with -g set on gcc so that I can use gdb. Is there perchance some tool that will tell what style gets