You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flex.apache.org by "Ostap Demkovych (JIRA)" <ji...@apache.org> on 2013/08/12 18:18:49 UTC

[jira] [Created] (FLEX-33664) Label doesn't show boldface

Ostap Demkovych created FLEX-33664:
--------------------------------------

             Summary: Label doesn't show boldface
                 Key: FLEX-33664
                 URL: https://issues.apache.org/jira/browse/FLEX-33664
             Project: Apache Flex
          Issue Type: Bug
          Components: Spark: Label
    Affects Versions: Apache Flex 4.9.0, Apache Flex 4.10.0
         Environment: Galaxy Tab 8.9 / Android 4.0.4 
            Reporter: Ostap Demkovych
            Priority: Critical


Label doesn't show boldface on device when Apache Flex SDK is used with AIR 3.8.
When it is used with AIR 3.6 boldface is shown properly.

I've tried next sample to reproduce it:

<?xml version="1.0" encoding="utf-8"?>
<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009" 
			   xmlns:s="library://ns.adobe.com/flex/spark" applicationDPI="160" 
			  creationComplete="lbl1.setStyle('fontWeight', 'bold')">
	<s:layout>
		<s:VerticalLayout />
	</s:layout>
	<s:Label id="lbl1" text="setStyle Bold Formatting"  />
	<s:Label id="lbl2" text="Normal Formatting"  />
	<s:Label id="lbl3" fontWeight="bold" text="css property Bold Formatting"  />
</s:Application>

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira