It's probably just the difference between the way that two different fonts are rendered. _sans only guarantees that it's sans serif, but it's often different fonts, depending on what's installed, so there's no guarantee that it will look exactly the same on different devices.
- Josh On Nov 5, 2016 10:54 AM, "chris_d_k" <c...@christiankiefer.de> wrote: > <s:View xmlns:fx="http://ns.adobe.com/mxml/2009" > xmlns:s="library://ns.adobe.com/flex/spark" > > <s:Label text="0" backgroundColor="0xFF0000" fontFamily="_sans" > fontSize="32" /> > </s:View> > > That's it ... on one device the Number is on the top and on the other it > has > a gap above (about half of the size of the number) > > > > -- > View this message in context: http://apache-flex-users. > 2333346.n4.nabble.com/Padding-above-a-text-in-Mobile-Air- > App-tp14028p14053.html > Sent from the Apache Flex Users mailing list archive at Nabble.com. >