I believe that this is the correct way to set the font to be used in a label:

----

const string font_description_string("Courier New, medium, 14");

label.override_font(Pango::FontDescription(font_description_string));

----

How can I determine what font is actually used for the label once the
font-matching algorithm has done its work??

  Doc

-- 
Web:  http://www.sff.net/people/N7DR

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
gtkmm-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gtkmm-list

Reply via email to