Re: [cairo] Color fonts

2017-07-18 Thread Behdad Esfahbod
Right. In the future we would want to make it show glyphs in the input order, ie. not separate color vs non-color. That's the order required by CSS for example. In a show-text-glyphs call with CAIRO_TEXT_CLUSTER_FLAG_BACKWARD, it might be desirable to show back-to-front. On Tue, Jul 18, 2017

Re: Synthesizing fonts using Cairo/Pango

2017-07-18 Thread Behdad Esfahbod
On Tue, Jul 18, 2017 at 1:32 AM, Carl Hetherington wrote: > Hi Behdad, > > This is on Ubuntu 16.04. It works fine if I remove the > FcConfigAppFontAddFile. Humm . I wouldn't have expected that. > I'm happy to build Pango/Cairo from source and > do any debugging that

logout while on g_application_hold

2017-07-18 Thread Alex
Hi all, I have some questions regarding GtkApplication and triggering on logout. If g_application_hold () is active on my GtkApplication, a user-logout will experience a ~8 second delay (until OS gets the application

Re: [cairo] Color fonts

2017-07-18 Thread Matthias Clasen
On Sat, Jul 15, 2017 at 4:05 AM, Uli Schlachter wrote: > On 07.07.2017 15:23, Matthias Clasen wrote: > > On Sat, Jul 1, 2017 at 2:25 AM, Uli Schlachter wrote: > >> On 30.06.2017 17:29, Behdad Esfahbod wrote: > >>> On Jun 30, 2017 7:51 PM, "Matthias Clasen"

GTK's interfaces and language bindings

2017-07-18 Thread Stefan Salewski
Recently someone tried to style a widget using CSS, https://github.com/StefanSalewski/gintro/issues/2#issuecomment-316167963 and so I discovered that there is still some labor for me... Before I start coding, maybe it is better to verify my understanding of the gobject interfaces... For

Gtk2::HandleBox

2017-07-18 Thread Jeff
I've been asked to implement "dockable" widgets in my application. Some research points to Gtk2::HandleBox as a solution, but I have some questions: * How can I detach and set the position of the child programmatically - having remembered the position from the previous run? * If I have split,

Re: Synthesizing fonts using Cairo/Pango

2017-07-18 Thread Carl Hetherington
Hi Behdad, This is on Ubuntu 16.04. It works fine if I remove the FcConfigAppFontAddFile. I'm happy to build Pango/Cairo from source and do any debugging that would help. Thank you, Carl On Tue, 18 Jul 2017, Behdad Esfahbod wrote: > pangocairo is supposed to do that automatically.  Is this