Janos Blazi wrote: >Is there a way to find out the name of the font I use (e.g. Nimbus Sans I)? >I tried to call font_id but to no avail (and I am not even sure that tha >would have been the right call). > > If you are using the 1.99.x snapshots, simply use the get_family() method of the font description object. As gtk 1.2's font model had some issues, there isn't an API for doing the reverse font -> name mapping.
James. -- Email: [EMAIL PROTECTED] WWW: http://www.daa.com.au/~james/ _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
