Re: [flexcoders] UITextField alignment question

2009-07-01 Thread Robert VanCuren Jr
Are you using embedded fonts? When you embed a font they will display 1 pixel higher than a non embedded font. There are a couple work arounds if this is the case. On Wed, Jul 1, 2009 at 10:24 AM, Daniel Freiman wrote: > > > Are you accounting for the 2 pixel border of the textfield? > > - Danie

Re: [flexcoders] UITextField alignment question

2009-07-01 Thread Daniel Freiman
Are you accounting for the 2 pixel border of the textfield? - Daniel Freiman On Wed, Jul 1, 2009 at 10:10 AM, ACasualObserver wrote: > > > I need to place a text in a ActionScript 3 project. The supplied X and Y is > left and baseline coordinates. I use UITextField and subtracted its > baseline

[flexcoders] UITextField alignment question

2009-07-01 Thread ACasualObserver
I need to place a text in a ActionScript 3 project. The supplied X and Y is left and baseline coordinates. I use UITextField and subtracted its baselinePosition from Y. This places the text very close to where it should be vertically but not the exact location (text displayed a little higher).