Re: Flex Mobile // Air // RichText-Component // Embedded Font not used

2016-06-16 Thread Alex Harui
How Rich is the Text? Might it specify a different font? On 6/16/16, 3:28 PM, "chris_d_k" wrote: >Hi, > >we have an app with embedded fonts and we use a RichText-Component. > >In RichText-Components the embedded font is not used. What am I doing >wrong? > >Here the css: > >@font-face { >

Flex Mobile // Air // RichText-Component // Embedded Font not used

2016-06-16 Thread chris_d_k
Hi, we have an app with embedded fonts and we use a RichText-Component. In RichText-Components the embedded font is not used. What am I doing wrong? Here the css: @font-face { src: url("../assets/fonts/corbel.ttf"); fontFamily: "StandardFontAsCFF"; fontWeight: normal; em

RichText with embedded font not working on iOS (AIR)

2016-06-16 Thread chris_d_k
Hi, we have an app with embedded fonts and we use a RichText-Component. In RichText-Components the embedded font is not used. What am I doint wrong? Here the css: @font-face { src: url("../assets/fonts/corbel.ttf"); fontFamily: "StandardFontAsCFF"; fontWeight: normal; embedAsCFF

Re: how to pad text in mx:MenuBar?

2016-06-16 Thread Alex Harui
There appears to be a sparkSkin, but it seems to be used as the background. The Label is not part of the skin and is always centered according to how tall it is. I think you'll have to monkey patch or subclass. -Alex On 6/16/16, 6:45 AM, "modjkl...@comcast.net" wrote: >Hi Alex, that's interes

Re: how to pad text in mx:MenuBar?

2016-06-16 Thread modjklist
Hi Alex, that's interesting. The problem I see is when the menubar "centers" the text, whether or not it actually APPEARS centered in the menubar depends on the font's ascent and/or descent values (see image here): https://en.wikipedia.org/wiki/Ascender_(typography) Fonts that support a lar

Re: flex compiler drunk again

2016-06-16 Thread Paul Hastings
> if i just delete the reference, will that stop the compiler from compiling it and the answer appears to be "why yes you can". fixed. thanks again.

Re: flex compiler drunk again

2016-06-16 Thread Paul Hastings
On 6/15/2016 11:37 PM, Alex Harui wrote: Why do you say "source"? Are there no SWCs involved? sure but its clear its the "core" part of the app--the init is completely different, the "about" data, etc. are all from the main part of the app. there's no lib SWC involved in that bit. that's com