yozefx / libgdx-users

Automatically exported from code.google.com/p/libgdx-users
0 stars 0 forks source link

HTML5 Build: application doesnt start with empty BitmapFont Constructor #28

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. use the empty BitmapFont constructor in your program, e.g. ...new 
BitmapFont();
2. observe the application doesnt start when ran as web application and even 
after google compilation when the font is drawn inside a batch.

What is the expected output? What do you see instead?
GWT Application exception

What version of the product are you using? On what operating system?

Please provide any additional information below.
I believe it has something todo with arial-15p and how it is setup, especially 
how it cant be on html5 (read/write stuff)

Original issue reported on code.google.com by denisdik...@gmail.com on 27 Feb 2013 at 1:22