Re: change font size



Thanks, I actually needed to know how to do this too.  One additional
question, how do I figure out the font description string for a specific
font?

My app used the fixed layout control and therefore need to make sure the
correct font is installed and use it.

Thanks,

On Wed, 2005-01-12 at 11:38, Paolo Costabel wrote:
 // set default font
 font_desc = pango_font_description_from_string("Courier 12");
 gtk_widget_modify_font(widget, font_desc);
 pango_font_description_free(font_desc);





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