what font is actually used?



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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]