A font weight of 600 will fail in Flash. It’s CSS that only works in HTML.

> On Jun 29, 2017, at 10:49 AM, Justin Mclean <jus...@classsoftware.com> wrote:
> 
> Hi,
> 
>> Considering we have AllCSSValuesImpl, I think that should be the default for 
>> apps which are expecting HTML CSS.
> 
> It’s not about HTTML CSS.
> 
> This code:
> 
> <js:Container>
> <js:Label text="The quick brown fox jumped over the lazy dog. (600)">
>     <js:style>
>         <js:SimpleCSSStyles fontFamily="Catamaran" fontWeight="600"/>
>     </js:style>
> </js:Label>
> </js:Container>
> 
> Will compile with no warnings but fail to work without the fix.
> 
> Thanks,
> Justin

Reply via email to