lcjava / angel-engine

Automatically exported from code.google.com/p/angel-engine
0 stars 0 forks source link

SetSize on TextActor has no effect on size. #60

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Place a TextActor
2. Call SetSize
3. See it has no effect and wonder why

What is the expected output? What do you see instead?
Size to be consistent with SetSize inputs

What version of the product are you using? On what operating system? Is it
a downloaded distribution or from SVN?
SVN checkout

Please provide any additional information below.
I know Text rendering is different (FTGL) but it would be nice to have SetSize 
on text as well.

Original issue reported on code.google.com by frankbr...@gmail.com on 20 Dec 2011 at 6:34

GoogleCodeExporter commented 8 years ago
As designed -- you'll need to set the font to a different size at 
initialization. 

Original comment by lieseg...@gmail.com on 24 Feb 2012 at 12:42