Volcanoscar / emo-framework

Automatically exported from code.google.com/p/emo-framework
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

use a FontSprite once. and future FontSprite instances of the same string will be stuck with the previous size/param #14

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. create fontsprite with string "%s" set param to "abcdefg"
2. create fontsprite later with same string "%s" now set to "hijklmnop"

What is the expected output? What do you see instead?
"abcdefg" is shown not "hijklmnop"

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

Original issue reported on code.google.com by bairdaa...@gmail.com on 25 Jan 2012 at 10:52