nicolasgramlich / AndEngine

Free Android 2D OpenGL Game Engine
http://www.andengine.org
Apache License 2.0
3.18k stars 1.35k forks source link

Text entity width and height calculation #249

Closed vanita5 closed 8 years ago

vanita5 commented 10 years ago

I just came across something where I am not sure, if it is intended or a bug.

If you set a scale, the width and height are not recalculated.

E.g. the real width of the object on your screen would be (width * scale), however, the scale does not affect the value!

nazgee commented 10 years ago

This is not a bug. Works as designed.

On 12 February 2014 16:09, vanita5 notifications@github.com wrote:

I just came across something where I am not sure, if it is intended or a bug.

If you set a scale, the width and height are not recalculated.

E.g. the real width of the object on your screen would be (width * scale), however, the scale does not affect the value!

Reply to this email directly or view it on GitHubhttps://github.com/nicolasgramlich/AndEngine/issues/249 .