Thanks for giving me a reason to go looking for it. I added the incubator Canvas to my app a few years ago; I hadn't noticed that GWT now includes an official Canvas implementation (as of 2.2, apparently).
On Jul 6, 4:33 am, Sean <[email protected]> wrote: > Ah, thank you! > > > > > > > > On Thursday, July 5, 2012 8:37:00 PM UTC-4, Jim Douglas wrote: > > >http://google-web-toolkit.googlecode.com/svn/javadoc/2.5/com/google/g...) > > >http://google-web-toolkit.googlecode.com/svn/javadoc/2.5/com/google/g...) > > >http://google-web-toolkit.googlecode.com/svn/javadoc/2.5/com/google/g...() > > > On Jul 5, 4:17 pm, Sean <[email protected]> wrote: > > > Hey guys, > > > > I was wondering if there was a way I can set the font in a canvas: > > > *m_context.setFont("bold 12px sans-serif");* > > > > Then take some text, like Hello World! and know how many pixels wide > > that > > > will be? I have a set space on my canvas, and I want to maximize the > > size > > > of the text or justify it correctly. So if I know Hello World will take > > 50 > > > pixels in the X-direction, but I have 75 pixels, I can start it at > > > x+(75-50)/2.0 pixels and have it centered. > > > > Thanks! -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
