Re: GWT Context2d - drawing text - fontsize

2011-06-21 Thread ghost23
Works! :o) Thanks On 20 Jun., 17:58, Thomas Broyer wrote: > Seehttp://diveintohtml5.org/canvas.html#text > Which translates in GWT into: context2d.setFont("bold 12px sans-serif"); -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post t

Re: GWT Context2d - drawing text - fontsize

2011-06-20 Thread Thomas Broyer
See http://diveintohtml5.org/canvas.html#text Which translates in GWT into: context2d.setFont("bold 12px sans-serif"); -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/ms

GWT Context2d - drawing text - fontsize

2011-06-20 Thread ghost23
Hi, i am struggling to find documentation and/or examples on the text related things for GWT canvas (note: the stuff, that's in GWT itself, not external libraries). For instance, i would like to set the size of my font, but i cannot find out, how. Does somebody know this? Thanks -- You receive