On Fri, 26 May 2006 18:59:33 +0700
"Agro Rachmatullah" <[EMAIL PROTECTED]> wrote:

> Button b = new Button("Test");
> FontDescription f = new FontDescription();
> f.Size = 1;
> b.Child.ModifyFont(f);
> 
> Yes, the font gets bigger than usual. However, I need it to be even
> bigger! Changing the f.Size to 2, 3, 4, or even 50 won't make it any
> different than setting it to 1. How does that thing work, anyway?

Take a look here:

http://laas.altervista.org/faq.php#faq7

and read more about the Pango namespace; especially Pango.Scale class

bye


-- 
LAAS --------------------------<|
http://laas.altervista.org ----<|
_______________________________________________
Gtk-sharp-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/gtk-sharp-list

Reply via email to