Text Resizing

2000-10-11 Thread Meghal Harish Varia
Hi, I have some text that I want to dynamically generate and then paste in a rectangle in my application. My application is allowed to resize, and so the rectangle and thus the text should also resize. Having the rectangle expand is easy enough, but I was wondering if there was anyway of "appro

Re: Text Resizing

2000-10-11 Thread Vlad Harchev
On Wed, 11 Oct 2000, Meghal Harish Varia wrote: Hi, Use GtkLabel, and enable wrapping for it (gtk_label_set_line_wrap()). > Hi, > > I have some text that I want to dynamically generate and then paste in a > rectangle in my application. My application is allowed to resize, and so > the rect

Text Resizing .. again

2000-10-13 Thread Meghal Harish Varia
Hi, I sent a message before asking how to "appropriately" resize text when the window resizes (i.e. if the text is supposed to fit into a certain x pixel by y pixel rectangle, and this rectangle size changes when the window size changes, how do i also increase/decrease the size of the text as well

Re: Text Resizing .. again

2000-10-13 Thread Bruce Ide
> "Meghal" == Meghal Harish Varia <[EMAIL PROTECTED]> writes: Meghal> Hi, I sent a message before asking how to "appropriately" Meghal> resize text when the window resizes (i.e. if the text is Meghal> supposed to fit into a certain x pixel by y pixel Meghal> rectangle, and thi