Originally posted by Isomorphic
View Post
Hi,
I try to use Canvas.resizeFonts(), but nothing is changed. I tested Canvas.resizeControls() and it is working fine.
Here is the code:
public void onModuleLoad() {
Canvas.resizeFonts(14);
Canvas canvas = new Canvas();
canvas.addChild(new HTML("Hello world!"));
canvas.draw();
}
Any ideas?
Regards
Leave a comment: