Open GoogleCodeExporter opened 8 years ago
Original comment by rtaylor205@gmail.com
on 25 Jul 2010 at 9:30
I get today's revision from svn and get error like in 94 about class cast, also
running on emulator
Original comment by cih.exe...@gmail.com
on 3 Aug 2010 at 9:49
rtaylor205,
Could you please fix this with high prio ?
Because I'm really need this fix for Friday
p.s.
still have an exception
java.lang.ClassCastException: com.stickycoding.rokon.TextTexture
at com.stickycoding.rokon.TextSprite.onDrawNormal(TextSprite.java:89)
Original comment by cih.exe...@gmail.com
on 4 Aug 2010 at 9:19
same error
Original comment by XIEJG...@gmail.com
on 10 Sep 2010 at 3:31
same error
Original comment by Eagle...@gmail.com
on 11 Sep 2010 at 3:49
solution:
Font font = new Font("fonts/angltrr.ttf");
TextTexture textTexture = font.createTexture("This text should split into
several lines, finger's crossed!", 600);
Sprite text = new Sprite(0, 0, 5, textTexture.getHeight(5));
text.setTexture(textTexture);
myScene.add(1, text);
Original comment by Eagle...@gmail.com
on 11 Sep 2010 at 4:41
nothing text show on my device use Font font = new
Font("fonts/angltrr.ttf");....
Original comment by rayjun...@gmail.com
on 14 Sep 2010 at 1:13
For some solutions see: http://rokonandroid.com/community/topic?id=404
I think the best solution is to create a new version of FontTexture (see
thread) which can be built dynamically, from a Font object.
http://rokonandroid.com/community/topic?id=404&p=1#p1938
Original comment by necrotic...@gmail.com
on 17 Sep 2010 at 8:03
same error
Original comment by cl...@int-hub.com
on 25 Apr 2012 at 7:17
Original issue reported on code.google.com by
rayjun...@gmail.com
on 13 Jul 2010 at 8:18