Re: [gtkextra] No text is drawn

2005-08-08 Thread Adrian E. Feiguin
PROTECTED]; gtk-list@gnome.org Sent: Wednesday, August 03, 2005 2:35 PM Subject: Re: [gtkextra] No text is drawn On Sat, Jul 30, 2005 at 08:54:14AM -0400, Owen Taylor wrote: [...] GTK+ and Xft will use in order: - Xft/DPI XSETTING - Xft.dpi X resource - DPI from the screen I do not set

Re: [gtkextra] No text is drawn

2005-08-08 Thread romildo
On Mon, Aug 08, 2005 at 12:21:58PM -0700, Adrian E. Feiguin wrote: Sorry for the late appearance in the discussion but I just switched jobs and moved to Santa Barbara, and I'm back to work. I committed a couple of lines of code that are supoused to fix this. can anybody try it out? I have

RE: [gtkextra] No text is drawn

2005-08-05 Thread Marco Quezada
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of [EMAIL PROTECTED] Sent: Wednesday, August 03, 2005 9:03 AM To: [EMAIL PROTECTED]; gtk-list@gnome.org Subject: Re: [gtkextra] No text is drawn On Wed, Aug 03, 2005 at 02:49:28PM +0200, Christoph Finke

Re: [gtkextra] No text is drawn

2005-08-03 Thread romildo
On Sat, Jul 30, 2005 at 08:54:14AM -0400, Owen Taylor wrote: [...] GTK+ and Xft will use in order: - Xft/DPI XSETTING - Xft.dpi X resource - DPI from the screen I do not set DisplaySize in the Xorg configuration file, and from /var/log/Xorg.0.log I have (II) NVIDIA(0): Virtual screen

Re: [gtkextra] No text is drawn

2005-08-03 Thread romildo
On Wed, Aug 03, 2005 at 02:49:28PM +0200, Christoph Finke wrote: I had the same Problem, its a bug in gtkextra/gtkfontps.c (or perhaps deeper in the pango-library) Line 467 if (!g_object_class_find_property(klass, gtk-xft-dpi)) { dpi = 96.; } else { /* Read the settings. */

Re: [gtkextra] No text is drawn

2005-08-03 Thread Christoph Finke
[EMAIL PROTECTED] Cc: [EMAIL PROTECTED]; gtk-list@gnome.org Sent: Wednesday, August 03, 2005 2:35 PM Subject: Re: [gtkextra] No text is drawn On Sat, Jul 30, 2005 at 08:54:14AM -0400, Owen Taylor wrote: [...] GTK+ and Xft will use in order: - Xft/DPI XSETTING - Xft.dpi X resource - DPI from

RE: [gtkextra] No text is drawn

2005-07-31 Thread Al Hooton
Owen, On Sat, 2005-07-30 at 08:54 -0400, Owen Taylor wrote: On Thu, 2005-07-28 at 22:45 -0700, Al Hooton wrote: FYI, for those interested, that bug is here (still not resolved), but with further discussion: http://bugzilla.gnome.org/show_bug.cgi?id=104341 This

Re: [gtkextra] No text is drawn

2005-07-31 Thread Billy Biggs
Al Hooton ([EMAIL PROTECTED]): This has nothing to do with fonts not showing up. GTK+ and Xft will use in order: - Xft/DPI XSETTING - Xft.dpi X resource - DPI from the screen So if gnome-settings-daemon isn't there to provide the DPI, it will *still* have a DPI. GTK+ works

RE: [gtkextra] No text is drawn

2005-07-30 Thread Owen Taylor
On Thu, 2005-07-28 at 22:45 -0700, Al Hooton wrote: On Thu, 2005-07-28 at 22:41 -0400, MQ wrote: I remember reading that this is a bug in gnome that propagates through Pango. Gtk-Extra is not dependent on Gnome, but version 2.x is dependent on Pango which in turn uses some sort of global

RE: [gtkextra] No text is drawn

2005-07-30 Thread Owen Taylor
On Sat, 2005-07-30 at 06:42 -0700, Al Hooton wrote: Owen, On Sat, 2005-07-30 at 08:54 -0400, Owen Taylor wrote: On Thu, 2005-07-28 at 22:45 -0700, Al Hooton wrote: FYI, for those interested, that bug is here (still not resolved), but with further discussion:

RE: [gtkextra] No text is drawn

2005-07-29 Thread MQ
Of [EMAIL PROTECTED] Sent: Thursday, July 28, 2005 9:41 AM To: gtk-list@gnome.org; [EMAIL PROTECTED] Subject: Re: [gtkextra] No text is drawn On Wed, Jul 20, 2005 at 04:42:38PM -0300, [EMAIL PROTECTED] wrote: I am just trying the plotting examples from gtk+extra-2.1.1 and found that the text

RE: [gtkextra] No text is drawn

2005-07-29 Thread Al Hooton
On Thu, 2005-07-28 at 22:41 -0400, MQ wrote: I remember reading that this is a bug in gnome that propagates through Pango. Gtk-Extra is not dependent on Gnome, but version 2.x is dependent on Pango which in turn uses some sort of global font settings from GNOME. That is why if you don't gane

Re: [gtkextra] No text is drawn

2005-07-28 Thread romildo
On Wed, Jul 20, 2005 at 04:42:38PM -0300, [EMAIL PROTECTED] wrote: I am just trying the plotting examples from gtk+extra-2.1.1 and found that the text is not drawn. To be more clear, I am trying the testgtkplotcanvas.c program from the gtk+extra-2.1.1 distribution. The text is readable only