Re: Get the default font in Gtk3

2018-03-29 Thread rastersoft
Ok, now I thing I got it. Thank you very much! El 29/03/18 a las 16:28, Emmanuele Bassi escribió: On 29 March 2018 at 15:12, rastersoft > wrote: [get the Gtk font type and size] Ops, sorry: I'm reworking a backup utility that I wr

Re: Get the default font in Gtk3

2018-03-29 Thread Emmanuele Bassi
On 29 March 2018 at 15:12, rastersoft wrote: > > [get the Gtk font type and size] >>> >>> Ops, sorry: I'm reworking a backup utility that I wrote (cronopete), and >>> I added a timeline with the backups (you can see an screenshot at >>> http://www.rastersoft.com/cronopete_screenshot.png ). As you

Re: Get the default font in Gtk3

2018-03-29 Thread rastersoft
[get the Gtk font type and size] Ops, sorry: I'm reworking a backup utility that I wrote (cronopete), and I added a timeline with the backups (you can see an screenshot at http://www.rastersoft.com/cronopete_screenshot.png ). As you can see, at the left is the timeline and it has the days, mont

Re: Get the default font in Gtk3

2018-03-29 Thread Rafał Mużyło
On Thu, Mar 29, 2018 at 12:58:44PM +0200, rastersoft wrote: > Hi: > > [get the Gtk font type and size] > > >>> No, you seriously don't. > >>> Unless you want to do something fancy, all you need to do would be (in > >>>"draw" handler): > > >> Well, that's the point: I want to do "something fa

Re: Get the default font in Gtk3

2018-03-29 Thread rastersoft
Hi: [get the Gtk font type and size] No, you seriously don't. Unless you want to do something fancy, all you need to do would be (in "draw" handler): Well, that's the point: I want to do "something fancy". That's the problem O:) Describe your usecase then - my crystal ball is *still* o

Re: Get the default font in Gtk3

2018-03-28 Thread Rafał Mużyło
On Thu, Mar 29, 2018 at 12:58:25AM +0200, rastersoft wrote: > > > El 28/03/18 a las 23:02, Rafał Mużyło escribió: > > On Wed, Mar 28, 2018 at 08:20:21PM +0200, rastersoft wrote: > >> Hi all: > >> > >> I want to paint in a Cairo canvas some letters, and I want to use the > >> default tipografy and

Re: Get the default font in Gtk3

2018-03-28 Thread rastersoft
El 28/03/18 a las 23:02, Rafał Mużyło escribió: On Wed, Mar 28, 2018 at 08:20:21PM +0200, rastersoft wrote: Hi all: I want to paint in a Cairo canvas some letters, and I want to use the default tipografy and size from Gtk to give it coherence with all the buttons and so on, no matter if the u

Re: Get the default font in Gtk3

2018-03-28 Thread Rafał Mużyło
On Wed, Mar 28, 2018 at 08:20:21PM +0200, rastersoft wrote: > Hi all: > > I want to paint in a Cairo canvas some letters, and I want to use the > default tipografy and size from Gtk to give it coherence with all the > buttons and so on, no matter if the user changes it. So the question is: > ho

Get the default font in Gtk3

2018-03-28 Thread rastersoft
Hi all: I want to paint in a Cairo canvas some letters, and I want to use the default tipografy and size from Gtk to give it coherence with all the buttons and so on, no matter if the user changes it. So the question is: how can I get it? Thanks.