I am trying to show the string "Hello" using the BitmapFont. While doing so I wish to scale/strech the word "Hello" horizontally (only in x-axis) from scale 0 to scale 1.
- How I can achieve this.
- Does Universal tween engine can be used for this requirement ? I have this question since Bitmap is not a Texture / Sprite.
- Can we use Glyph and TextBounds
Please advice with a example. Thanks