You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2013/01/17 07:15:22 UTC

svn commit: r1434562 - in /flex/sdk/branches/develop/mustella/tests/mobile/components/ActionBar: styles/ styles/baselines/ swfs/

Author: aharui
Date: Thu Jan 17 06:15:21 2013
New Revision: 1434562

URL: http://svn.apache.org/viewvc?rev=1434562&view=rev
Log:
Fix font embedding in ActionBar

Modified:
    flex/sdk/branches/develop/mustella/tests/mobile/components/ActionBar/styles/ActionBar_MobileApplication_styles.mxml
    flex/sdk/branches/develop/mustella/tests/mobile/components/ActionBar/styles/ActionBar_Styles.mxml
    flex/sdk/branches/develop/mustella/tests/mobile/components/ActionBar/styles/ActionBar_ViewNavigator_styles.mxml
    flex/sdk/branches/develop/mustella/tests/mobile/components/ActionBar/styles/baselines/ActionBar_MobileApplication_backgroundAlpha_03@android_240ppi.png
    flex/sdk/branches/develop/mustella/tests/mobile/components/ActionBar/styles/baselines/ActionBar_MobileApplication_backgroundAlpha_05@android_240ppi.png
    flex/sdk/branches/develop/mustella/tests/mobile/components/ActionBar/styles/baselines/ActionBar_MobileApplication_backgroundAlpha_0@android_240ppi.png
    flex/sdk/branches/develop/mustella/tests/mobile/components/ActionBar/styles/baselines/ActionBar_MobileApplication_backgroundAlpha_1@android_240ppi.png
    flex/sdk/branches/develop/mustella/tests/mobile/components/ActionBar/styles/baselines/ActionBar_MobileApplication_default_style@android_240ppi.png
    flex/sdk/branches/develop/mustella/tests/mobile/components/ActionBar/styles/baselines/ActionBar_MobileApplication_default_titleDisplay_style@android_240ppi.png
    flex/sdk/branches/develop/mustella/tests/mobile/components/ActionBar/styles/baselines/ActionBar_MobileApplication_fontSize_10@android_240ppi.png
    flex/sdk/branches/develop/mustella/tests/mobile/components/ActionBar/styles/baselines/ActionBar_MobileApplication_fontSize_35@android_240ppi.png
    flex/sdk/branches/develop/mustella/tests/mobile/components/ActionBar/styles/baselines/ActionBar_MobileApplication_fontWeight_bold@android_240ppi.png
    flex/sdk/branches/develop/mustella/tests/mobile/components/ActionBar/styles/baselines/ActionBar_MobileApplication_fontWeight_normal@android_240ppi.png
    flex/sdk/branches/develop/mustella/tests/mobile/components/ActionBar/styles/baselines/ActionBar_MobileApplication_style_change_fontFamily_Georgia@android_240ppi.png
    flex/sdk/branches/develop/mustella/tests/mobile/components/ActionBar/styles/baselines/ActionBar_MobileApplication_style_change_leading@android_240ppi.png
    flex/sdk/branches/develop/mustella/tests/mobile/components/ActionBar/styles/baselines/ActionBar_MobileApplication_style_change_letterSpacing-5@android_240ppi.png
    flex/sdk/branches/develop/mustella/tests/mobile/components/ActionBar/styles/baselines/ActionBar_MobileApplication_style_change_letterSpacing5@android_240ppi.png
    flex/sdk/branches/develop/mustella/tests/mobile/components/ActionBar/styles/baselines/ActionBar_MobileApplication_style_change_letterSpacing_default@android_240ppi.png
    flex/sdk/branches/develop/mustella/tests/mobile/components/ActionBar/styles/baselines/ActionBar_MobileApplication_style_change_textDecoration_default@android_240ppi.png
    flex/sdk/branches/develop/mustella/tests/mobile/components/ActionBar/styles/baselines/ActionBar_MobileApplication_style_change_textDecoration_none@android_240ppi.png
    flex/sdk/branches/develop/mustella/tests/mobile/components/ActionBar/styles/baselines/ActionBar_MobileApplication_style_change_textDecoration_underline@android_240ppi.png
    flex/sdk/branches/develop/mustella/tests/mobile/components/ActionBar/styles/baselines/ActionBar_MobileApplication_style_change_textIndent_100@android_240ppi.png
    flex/sdk/branches/develop/mustella/tests/mobile/components/ActionBar/styles/baselines/ActionBar_MobileApplication_style_change_textIndent_default@android_240ppi.png
    flex/sdk/branches/develop/mustella/tests/mobile/components/ActionBar/styles/baselines/ActionBar_TitleDisplay_FontFamily@android_240ppi.png
    flex/sdk/branches/develop/mustella/tests/mobile/components/ActionBar/styles/baselines/ActionBar_ViewNavigator_chromeColor@android_240ppi.png
    flex/sdk/branches/develop/mustella/tests/mobile/components/ActionBar/styles/baselines/ActionBar_ViewNavigator_default_style@android_240ppi.png
    flex/sdk/branches/develop/mustella/tests/mobile/components/ActionBar/styles/baselines/ActionBar_ViewNavigator_style_change_fontFamily_Georgia@android_240ppi.png
    flex/sdk/branches/develop/mustella/tests/mobile/components/ActionBar/styles/baselines/ActionBar_ViewNavigator_style_change_leading@android_240ppi.png
    flex/sdk/branches/develop/mustella/tests/mobile/components/ActionBar/styles/baselines/ActionBar_ViewNavigator_style_change_letterSpacing-5@android_240ppi.png
    flex/sdk/branches/develop/mustella/tests/mobile/components/ActionBar/styles/baselines/ActionBar_ViewNavigator_style_change_letterSpacing5@android_240ppi.png
    flex/sdk/branches/develop/mustella/tests/mobile/components/ActionBar/styles/baselines/ActionBar_ViewNavigator_style_change_letterSpacing_default@android_240ppi.png
    flex/sdk/branches/develop/mustella/tests/mobile/components/ActionBar/styles/baselines/ActionBar_ViewNavigator_style_change_textDecoration_default@android_240ppi.png
    flex/sdk/branches/develop/mustella/tests/mobile/components/ActionBar/styles/baselines/ActionBar_ViewNavigator_style_change_textDecoration_none@android_240ppi.png
    flex/sdk/branches/develop/mustella/tests/mobile/components/ActionBar/styles/baselines/ActionBar_ViewNavigator_style_change_textDecoration_underline@android_240ppi.png
    flex/sdk/branches/develop/mustella/tests/mobile/components/ActionBar/styles/baselines/ActionBar_ViewNavigator_style_change_textIndent_100@android_240ppi.png
    flex/sdk/branches/develop/mustella/tests/mobile/components/ActionBar/styles/baselines/ActionBar_ViewNavigator_style_change_textIndent_default@android_240ppi.png
    flex/sdk/branches/develop/mustella/tests/mobile/components/ActionBar/styles/baselines/ActionBar_ViewNavigator_style_change_textShadowColor@android_240ppi.png
    flex/sdk/branches/develop/mustella/tests/mobile/components/ActionBar/swfs/ActionBar.mxml
    flex/sdk/branches/develop/mustella/tests/mobile/components/ActionBar/swfs/ActionBarMainStyle2.mxml
    flex/sdk/branches/develop/mustella/tests/mobile/components/ActionBar/swfs/ActionBarViewNavigatorStyleTest.mxml

Modified: flex/sdk/branches/develop/mustella/tests/mobile/components/ActionBar/styles/ActionBar_MobileApplication_styles.mxml
URL: http://svn.apache.org/viewvc/flex/sdk/branches/develop/mustella/tests/mobile/components/ActionBar/styles/ActionBar_MobileApplication_styles.mxml?rev=1434562&r1=1434561&r2=1434562&view=diff
==============================================================================
--- flex/sdk/branches/develop/mustella/tests/mobile/components/ActionBar/styles/ActionBar_MobileApplication_styles.mxml (original)
+++ flex/sdk/branches/develop/mustella/tests/mobile/components/ActionBar/styles/ActionBar_MobileApplication_styles.mxml Thu Jan 17 06:15:21 2013
@@ -126,7 +126,7 @@
 					<ConditionalValue deviceDensity="320" os="ios" value="32"/>
 					<ConditionalValue deviceDensity="160" os="qnx" value="16"/>
 				</AssertStyleValue>
-				<AssertStyleValue target="navigator.actionBar" styleName="fontFamily" value="_sans" />
+				<AssertStyleValue target="navigator.actionBar" styleName="fontFamily" value="MyVeraHalo" />
 				<AssertStyleValue target="navigator.actionBar" styleName="fontWeight" value="normal" />
 				<AssertStyleValue target="navigator.actionBar" styleName="verticalAlign" value="top" />
 				<AssertStyleValue target="navigator.actionBar" styleName="textAlign" value="start" />
@@ -158,7 +158,7 @@
 					<ConditionalValue deviceDensity="320" os="ios" value="36"/>
 			<ConditionalValue deviceDensity="160" os="qnx" value="18"/>
 		</AssertStyleValue>
-				<AssertStyleValue target="navigator.actionBar.titleDisplay" styleName="fontFamily" value="_sans" />
+				<AssertStyleValue target="navigator.actionBar.titleDisplay" styleName="fontFamily" value="MyVeraHalo" />
 				<AssertStyleValue target="navigator.actionBar.titleDisplay" styleName="fontWeight" value="bold" />
 				<AssertStyleValue target="navigator.actionBar.titleDisplay" styleName="verticalAlign" value="top" />
 				<AssertStyleValue target="navigator.actionBar.titleDisplay" styleName="textAlign" value="null" />
@@ -380,13 +380,13 @@
 			<setup>
 				<ResetComponent target="navigator.actionBar" className="actionBar.skin"/>
 				<SetStyle target="navigator.actionBar" styleName="titleAlign" value="left" />
-				<SetStyle target="navigator.actionBar" styleName="fontFamily" value="Georgia" />
+				<SetStyle target="navigator.actionBar" styleName="fontFamily" value="mySerifHalo" />
 				
 				<Pause timeout="300" />	
 			</setup>
 			<body>
 				
-				<AssertStyleValue target="navigator.actionBar" styleName="fontFamily" value="Georgia" />
+				<AssertStyleValue target="navigator.actionBar" styleName="fontFamily" value="mySerifHalo" />
 				
 				
 				
@@ -405,7 +405,7 @@
 		<TestCase testID="ActionBar_MobileApplication_style_change_leading" keywords="[color]" description="set a different color to actionbar">
 			<setup>
 				<ResetComponent target="navigator.actionBar" className="actionBar.skin"/>
-				<SetStyle target="navigator.actionBar" styleName="fontFamily" value="_sans" />
+				<SetStyle target="navigator.actionBar" styleName="fontFamily" value="MyVeraHalo" />
 				<SetStyle target="navigator.actionBar" styleName="leading" value="5" />
 				<Pause timeout="300" />	
 			</setup>

Modified: flex/sdk/branches/develop/mustella/tests/mobile/components/ActionBar/styles/ActionBar_Styles.mxml
URL: http://svn.apache.org/viewvc/flex/sdk/branches/develop/mustella/tests/mobile/components/ActionBar/styles/ActionBar_Styles.mxml?rev=1434562&r1=1434561&r2=1434562&view=diff
==============================================================================
--- flex/sdk/branches/develop/mustella/tests/mobile/components/ActionBar/styles/ActionBar_Styles.mxml (original)
+++ flex/sdk/branches/develop/mustella/tests/mobile/components/ActionBar/styles/ActionBar_Styles.mxml Thu Jan 17 06:15:21 2013
@@ -74,17 +74,17 @@
 				<SetProperty target="actionBar" propertyName="title" value="Default Style" waitEvent="updateComplete" waitTarget="actionBar.skin.titleDisplay"/>
 			</setup>
 			<body>
-				<AssertStyleValue target="actionBar.titleDisplay" styleName="fontFamily" value="_sans"/>
+				<AssertStyleValue target="actionBar.titleDisplay" styleName="fontFamily" value="MyVeraHalo"/>
 			</body>
 		</TestCase>		
 		<TestCase testID="ActionBar_TitleDisplay_FontFamily" keywords="[ActionBar, titleDisplay, fontFamily, style]" description="Setting the fontFamily of the ActionBar titleDisplay">
 			<setup>
 				<ResetComponent target="actionBar" className="comps.ActionBarBasic" waitEvent="updateComplete" />
 				<SetProperty target="actionBar" propertyName="title" value="Default Style" waitEvent="updateComplete"  waitTarget="actionBar.skin.titleDisplay"/>
-				<SetStyle target="actionBar.titleDisplay" styleName="fontFamily" value="Georgia" waitEvent="updateComplete" waitTarget="actionBar.skin.titleDisplay" />
+				<SetStyle target="actionBar.titleDisplay" styleName="fontFamily" value="mySerifHalo" waitEvent="updateComplete" waitTarget="actionBar.skin.titleDisplay" />
 			</setup>
 			<body>
-				<AssertStyleValue target="actionBar.titleDisplay" styleName="fontFamily" value="Georgia" />
+				<AssertStyleValue target="actionBar.titleDisplay" styleName="fontFamily" value="mySerifHalo" />
 				<CompareBitmap url="../styles/baselines" target="actionBar">
 					<ConditionalValue deviceDensity="160" os="win"/>
 					<ConditionalValue deviceDensity="240" os="android"/>

Modified: flex/sdk/branches/develop/mustella/tests/mobile/components/ActionBar/styles/ActionBar_ViewNavigator_styles.mxml
URL: http://svn.apache.org/viewvc/flex/sdk/branches/develop/mustella/tests/mobile/components/ActionBar/styles/ActionBar_ViewNavigator_styles.mxml?rev=1434562&r1=1434561&r2=1434562&view=diff
==============================================================================
--- flex/sdk/branches/develop/mustella/tests/mobile/components/ActionBar/styles/ActionBar_ViewNavigator_styles.mxml (original)
+++ flex/sdk/branches/develop/mustella/tests/mobile/components/ActionBar/styles/ActionBar_ViewNavigator_styles.mxml Thu Jan 17 06:15:21 2013
@@ -146,7 +146,7 @@
 					<ConditionalValue deviceDensity="320" os="ios" value="32"/>
 					<ConditionalValue deviceDensity="160" os="qnx" value="16"/>
 				</AssertStyleValue>
-				<AssertStyleValue target="navigator.actionBar" styleName="fontFamily" value="_sans" />
+				<AssertStyleValue target="navigator.actionBar" styleName="fontFamily" value="MyVeraHalo" />
 				<AssertStyleValue target="navigator.actionBar" styleName="fontWeight" value="normal" />
 				<AssertStyleValue target="navigator.actionBar" styleName="verticalAlign" value="top" />
 				<AssertStyleValue target="navigator.actionBar" styleName="textAlign" value="start" />
@@ -358,13 +358,13 @@
 				<Pause timeout="300" />
 				<SetProperty target="navigator.actionBar" propertyName="title" value="Title" waitEvent="updateComplete"/>
 				<SetStyle target="navigator.actionBar" styleName="titleAlign" value="left" waitEvent="updateComplete" />
-				<SetStyle target="navigator.actionBar" styleName="fontFamily" value="Georgia" waitEvent="updateComplete" />
+				<SetStyle target="navigator.actionBar" styleName="fontFamily" value="mySerifHalo" waitEvent="updateComplete" />
 				
 				
 			</setup>
 			<body>
 				
-				<AssertStyleValue target="navigator.actionBar" styleName="fontFamily" value="Georgia" />
+				<AssertStyleValue target="navigator.actionBar" styleName="fontFamily" value="mySerifHalo" />
 				
 				
 				
@@ -387,7 +387,7 @@
 				<ResetComponent target="navigator.actionBar" className="spark.components.actionBar"/>
 				<Pause timeout="300" />	
 				<SetProperty target="navigator.actionBar" propertyName="title" value="Title" waitEvent="updateComplete"/>
-				<SetStyle target="navigator.actionBar" styleName="fontFamily" value="_sans" waitEvent="updateComplete" />
+				<SetStyle target="navigator.actionBar" styleName="fontFamily" value="MyVeraHalo" waitEvent="updateComplete" />
 
 				<SetStyle target="navigator.actionBar.titleDisplay" styleName="leading" value="5" waitEvent="updateComplete" />
 				

Modified: flex/sdk/branches/develop/mustella/tests/mobile/components/ActionBar/styles/baselines/ActionBar_MobileApplication_backgroundAlpha_03@android_240ppi.png
URL: http://svn.apache.org/viewvc/flex/sdk/branches/develop/mustella/tests/mobile/components/ActionBar/styles/baselines/ActionBar_MobileApplication_backgroundAlpha_03%40android_240ppi.png?rev=1434562&r1=1434561&r2=1434562&view=diff
==============================================================================
Binary files - no diff available.

Modified: flex/sdk/branches/develop/mustella/tests/mobile/components/ActionBar/styles/baselines/ActionBar_MobileApplication_backgroundAlpha_05@android_240ppi.png
URL: http://svn.apache.org/viewvc/flex/sdk/branches/develop/mustella/tests/mobile/components/ActionBar/styles/baselines/ActionBar_MobileApplication_backgroundAlpha_05%40android_240ppi.png?rev=1434562&r1=1434561&r2=1434562&view=diff
==============================================================================
Binary files - no diff available.

Modified: flex/sdk/branches/develop/mustella/tests/mobile/components/ActionBar/styles/baselines/ActionBar_MobileApplication_backgroundAlpha_0@android_240ppi.png
URL: http://svn.apache.org/viewvc/flex/sdk/branches/develop/mustella/tests/mobile/components/ActionBar/styles/baselines/ActionBar_MobileApplication_backgroundAlpha_0%40android_240ppi.png?rev=1434562&r1=1434561&r2=1434562&view=diff
==============================================================================
Binary files - no diff available.

Modified: flex/sdk/branches/develop/mustella/tests/mobile/components/ActionBar/styles/baselines/ActionBar_MobileApplication_backgroundAlpha_1@android_240ppi.png
URL: http://svn.apache.org/viewvc/flex/sdk/branches/develop/mustella/tests/mobile/components/ActionBar/styles/baselines/ActionBar_MobileApplication_backgroundAlpha_1%40android_240ppi.png?rev=1434562&r1=1434561&r2=1434562&view=diff
==============================================================================
Binary files - no diff available.

Modified: flex/sdk/branches/develop/mustella/tests/mobile/components/ActionBar/styles/baselines/ActionBar_MobileApplication_default_style@android_240ppi.png
URL: http://svn.apache.org/viewvc/flex/sdk/branches/develop/mustella/tests/mobile/components/ActionBar/styles/baselines/ActionBar_MobileApplication_default_style%40android_240ppi.png?rev=1434562&r1=1434561&r2=1434562&view=diff
==============================================================================
Binary files - no diff available.

Modified: flex/sdk/branches/develop/mustella/tests/mobile/components/ActionBar/styles/baselines/ActionBar_MobileApplication_default_titleDisplay_style@android_240ppi.png
URL: http://svn.apache.org/viewvc/flex/sdk/branches/develop/mustella/tests/mobile/components/ActionBar/styles/baselines/ActionBar_MobileApplication_default_titleDisplay_style%40android_240ppi.png?rev=1434562&r1=1434561&r2=1434562&view=diff
==============================================================================
Binary files - no diff available.

Modified: flex/sdk/branches/develop/mustella/tests/mobile/components/ActionBar/styles/baselines/ActionBar_MobileApplication_fontSize_10@android_240ppi.png
URL: http://svn.apache.org/viewvc/flex/sdk/branches/develop/mustella/tests/mobile/components/ActionBar/styles/baselines/ActionBar_MobileApplication_fontSize_10%40android_240ppi.png?rev=1434562&r1=1434561&r2=1434562&view=diff
==============================================================================
Binary files - no diff available.

Modified: flex/sdk/branches/develop/mustella/tests/mobile/components/ActionBar/styles/baselines/ActionBar_MobileApplication_fontSize_35@android_240ppi.png
URL: http://svn.apache.org/viewvc/flex/sdk/branches/develop/mustella/tests/mobile/components/ActionBar/styles/baselines/ActionBar_MobileApplication_fontSize_35%40android_240ppi.png?rev=1434562&r1=1434561&r2=1434562&view=diff
==============================================================================
Binary files - no diff available.

Modified: flex/sdk/branches/develop/mustella/tests/mobile/components/ActionBar/styles/baselines/ActionBar_MobileApplication_fontWeight_bold@android_240ppi.png
URL: http://svn.apache.org/viewvc/flex/sdk/branches/develop/mustella/tests/mobile/components/ActionBar/styles/baselines/ActionBar_MobileApplication_fontWeight_bold%40android_240ppi.png?rev=1434562&r1=1434561&r2=1434562&view=diff
==============================================================================
Binary files - no diff available.

Modified: flex/sdk/branches/develop/mustella/tests/mobile/components/ActionBar/styles/baselines/ActionBar_MobileApplication_fontWeight_normal@android_240ppi.png
URL: http://svn.apache.org/viewvc/flex/sdk/branches/develop/mustella/tests/mobile/components/ActionBar/styles/baselines/ActionBar_MobileApplication_fontWeight_normal%40android_240ppi.png?rev=1434562&r1=1434561&r2=1434562&view=diff
==============================================================================
Binary files - no diff available.

Modified: flex/sdk/branches/develop/mustella/tests/mobile/components/ActionBar/styles/baselines/ActionBar_MobileApplication_style_change_fontFamily_Georgia@android_240ppi.png
URL: http://svn.apache.org/viewvc/flex/sdk/branches/develop/mustella/tests/mobile/components/ActionBar/styles/baselines/ActionBar_MobileApplication_style_change_fontFamily_Georgia%40android_240ppi.png?rev=1434562&r1=1434561&r2=1434562&view=diff
==============================================================================
Binary files - no diff available.

Modified: flex/sdk/branches/develop/mustella/tests/mobile/components/ActionBar/styles/baselines/ActionBar_MobileApplication_style_change_leading@android_240ppi.png
URL: http://svn.apache.org/viewvc/flex/sdk/branches/develop/mustella/tests/mobile/components/ActionBar/styles/baselines/ActionBar_MobileApplication_style_change_leading%40android_240ppi.png?rev=1434562&r1=1434561&r2=1434562&view=diff
==============================================================================
Binary files - no diff available.

Modified: flex/sdk/branches/develop/mustella/tests/mobile/components/ActionBar/styles/baselines/ActionBar_MobileApplication_style_change_letterSpacing-5@android_240ppi.png
URL: http://svn.apache.org/viewvc/flex/sdk/branches/develop/mustella/tests/mobile/components/ActionBar/styles/baselines/ActionBar_MobileApplication_style_change_letterSpacing-5%40android_240ppi.png?rev=1434562&r1=1434561&r2=1434562&view=diff
==============================================================================
Binary files - no diff available.

Modified: flex/sdk/branches/develop/mustella/tests/mobile/components/ActionBar/styles/baselines/ActionBar_MobileApplication_style_change_letterSpacing5@android_240ppi.png
URL: http://svn.apache.org/viewvc/flex/sdk/branches/develop/mustella/tests/mobile/components/ActionBar/styles/baselines/ActionBar_MobileApplication_style_change_letterSpacing5%40android_240ppi.png?rev=1434562&r1=1434561&r2=1434562&view=diff
==============================================================================
Binary files - no diff available.

Modified: flex/sdk/branches/develop/mustella/tests/mobile/components/ActionBar/styles/baselines/ActionBar_MobileApplication_style_change_letterSpacing_default@android_240ppi.png
URL: http://svn.apache.org/viewvc/flex/sdk/branches/develop/mustella/tests/mobile/components/ActionBar/styles/baselines/ActionBar_MobileApplication_style_change_letterSpacing_default%40android_240ppi.png?rev=1434562&r1=1434561&r2=1434562&view=diff
==============================================================================
Binary files - no diff available.

Modified: flex/sdk/branches/develop/mustella/tests/mobile/components/ActionBar/styles/baselines/ActionBar_MobileApplication_style_change_textDecoration_default@android_240ppi.png
URL: http://svn.apache.org/viewvc/flex/sdk/branches/develop/mustella/tests/mobile/components/ActionBar/styles/baselines/ActionBar_MobileApplication_style_change_textDecoration_default%40android_240ppi.png?rev=1434562&r1=1434561&r2=1434562&view=diff
==============================================================================
Binary files - no diff available.

Modified: flex/sdk/branches/develop/mustella/tests/mobile/components/ActionBar/styles/baselines/ActionBar_MobileApplication_style_change_textDecoration_none@android_240ppi.png
URL: http://svn.apache.org/viewvc/flex/sdk/branches/develop/mustella/tests/mobile/components/ActionBar/styles/baselines/ActionBar_MobileApplication_style_change_textDecoration_none%40android_240ppi.png?rev=1434562&r1=1434561&r2=1434562&view=diff
==============================================================================
Binary files - no diff available.

Modified: flex/sdk/branches/develop/mustella/tests/mobile/components/ActionBar/styles/baselines/ActionBar_MobileApplication_style_change_textDecoration_underline@android_240ppi.png
URL: http://svn.apache.org/viewvc/flex/sdk/branches/develop/mustella/tests/mobile/components/ActionBar/styles/baselines/ActionBar_MobileApplication_style_change_textDecoration_underline%40android_240ppi.png?rev=1434562&r1=1434561&r2=1434562&view=diff
==============================================================================
Binary files - no diff available.

Modified: flex/sdk/branches/develop/mustella/tests/mobile/components/ActionBar/styles/baselines/ActionBar_MobileApplication_style_change_textIndent_100@android_240ppi.png
URL: http://svn.apache.org/viewvc/flex/sdk/branches/develop/mustella/tests/mobile/components/ActionBar/styles/baselines/ActionBar_MobileApplication_style_change_textIndent_100%40android_240ppi.png?rev=1434562&r1=1434561&r2=1434562&view=diff
==============================================================================
Binary files - no diff available.

Modified: flex/sdk/branches/develop/mustella/tests/mobile/components/ActionBar/styles/baselines/ActionBar_MobileApplication_style_change_textIndent_default@android_240ppi.png
URL: http://svn.apache.org/viewvc/flex/sdk/branches/develop/mustella/tests/mobile/components/ActionBar/styles/baselines/ActionBar_MobileApplication_style_change_textIndent_default%40android_240ppi.png?rev=1434562&r1=1434561&r2=1434562&view=diff
==============================================================================
Binary files - no diff available.

Modified: flex/sdk/branches/develop/mustella/tests/mobile/components/ActionBar/styles/baselines/ActionBar_TitleDisplay_FontFamily@android_240ppi.png
URL: http://svn.apache.org/viewvc/flex/sdk/branches/develop/mustella/tests/mobile/components/ActionBar/styles/baselines/ActionBar_TitleDisplay_FontFamily%40android_240ppi.png?rev=1434562&r1=1434561&r2=1434562&view=diff
==============================================================================
Binary files - no diff available.

Modified: flex/sdk/branches/develop/mustella/tests/mobile/components/ActionBar/styles/baselines/ActionBar_ViewNavigator_chromeColor@android_240ppi.png
URL: http://svn.apache.org/viewvc/flex/sdk/branches/develop/mustella/tests/mobile/components/ActionBar/styles/baselines/ActionBar_ViewNavigator_chromeColor%40android_240ppi.png?rev=1434562&r1=1434561&r2=1434562&view=diff
==============================================================================
Binary files - no diff available.

Modified: flex/sdk/branches/develop/mustella/tests/mobile/components/ActionBar/styles/baselines/ActionBar_ViewNavigator_default_style@android_240ppi.png
URL: http://svn.apache.org/viewvc/flex/sdk/branches/develop/mustella/tests/mobile/components/ActionBar/styles/baselines/ActionBar_ViewNavigator_default_style%40android_240ppi.png?rev=1434562&r1=1434561&r2=1434562&view=diff
==============================================================================
Binary files - no diff available.

Modified: flex/sdk/branches/develop/mustella/tests/mobile/components/ActionBar/styles/baselines/ActionBar_ViewNavigator_style_change_fontFamily_Georgia@android_240ppi.png
URL: http://svn.apache.org/viewvc/flex/sdk/branches/develop/mustella/tests/mobile/components/ActionBar/styles/baselines/ActionBar_ViewNavigator_style_change_fontFamily_Georgia%40android_240ppi.png?rev=1434562&r1=1434561&r2=1434562&view=diff
==============================================================================
Binary files - no diff available.

Modified: flex/sdk/branches/develop/mustella/tests/mobile/components/ActionBar/styles/baselines/ActionBar_ViewNavigator_style_change_leading@android_240ppi.png
URL: http://svn.apache.org/viewvc/flex/sdk/branches/develop/mustella/tests/mobile/components/ActionBar/styles/baselines/ActionBar_ViewNavigator_style_change_leading%40android_240ppi.png?rev=1434562&r1=1434561&r2=1434562&view=diff
==============================================================================
Binary files - no diff available.

Modified: flex/sdk/branches/develop/mustella/tests/mobile/components/ActionBar/styles/baselines/ActionBar_ViewNavigator_style_change_letterSpacing-5@android_240ppi.png
URL: http://svn.apache.org/viewvc/flex/sdk/branches/develop/mustella/tests/mobile/components/ActionBar/styles/baselines/ActionBar_ViewNavigator_style_change_letterSpacing-5%40android_240ppi.png?rev=1434562&r1=1434561&r2=1434562&view=diff
==============================================================================
Binary files - no diff available.

Modified: flex/sdk/branches/develop/mustella/tests/mobile/components/ActionBar/styles/baselines/ActionBar_ViewNavigator_style_change_letterSpacing5@android_240ppi.png
URL: http://svn.apache.org/viewvc/flex/sdk/branches/develop/mustella/tests/mobile/components/ActionBar/styles/baselines/ActionBar_ViewNavigator_style_change_letterSpacing5%40android_240ppi.png?rev=1434562&r1=1434561&r2=1434562&view=diff
==============================================================================
Binary files - no diff available.

Modified: flex/sdk/branches/develop/mustella/tests/mobile/components/ActionBar/styles/baselines/ActionBar_ViewNavigator_style_change_letterSpacing_default@android_240ppi.png
URL: http://svn.apache.org/viewvc/flex/sdk/branches/develop/mustella/tests/mobile/components/ActionBar/styles/baselines/ActionBar_ViewNavigator_style_change_letterSpacing_default%40android_240ppi.png?rev=1434562&r1=1434561&r2=1434562&view=diff
==============================================================================
Binary files - no diff available.

Modified: flex/sdk/branches/develop/mustella/tests/mobile/components/ActionBar/styles/baselines/ActionBar_ViewNavigator_style_change_textDecoration_default@android_240ppi.png
URL: http://svn.apache.org/viewvc/flex/sdk/branches/develop/mustella/tests/mobile/components/ActionBar/styles/baselines/ActionBar_ViewNavigator_style_change_textDecoration_default%40android_240ppi.png?rev=1434562&r1=1434561&r2=1434562&view=diff
==============================================================================
Binary files - no diff available.

Modified: flex/sdk/branches/develop/mustella/tests/mobile/components/ActionBar/styles/baselines/ActionBar_ViewNavigator_style_change_textDecoration_none@android_240ppi.png
URL: http://svn.apache.org/viewvc/flex/sdk/branches/develop/mustella/tests/mobile/components/ActionBar/styles/baselines/ActionBar_ViewNavigator_style_change_textDecoration_none%40android_240ppi.png?rev=1434562&r1=1434561&r2=1434562&view=diff
==============================================================================
Binary files - no diff available.

Modified: flex/sdk/branches/develop/mustella/tests/mobile/components/ActionBar/styles/baselines/ActionBar_ViewNavigator_style_change_textDecoration_underline@android_240ppi.png
URL: http://svn.apache.org/viewvc/flex/sdk/branches/develop/mustella/tests/mobile/components/ActionBar/styles/baselines/ActionBar_ViewNavigator_style_change_textDecoration_underline%40android_240ppi.png?rev=1434562&r1=1434561&r2=1434562&view=diff
==============================================================================
Binary files - no diff available.

Modified: flex/sdk/branches/develop/mustella/tests/mobile/components/ActionBar/styles/baselines/ActionBar_ViewNavigator_style_change_textIndent_100@android_240ppi.png
URL: http://svn.apache.org/viewvc/flex/sdk/branches/develop/mustella/tests/mobile/components/ActionBar/styles/baselines/ActionBar_ViewNavigator_style_change_textIndent_100%40android_240ppi.png?rev=1434562&r1=1434561&r2=1434562&view=diff
==============================================================================
Binary files - no diff available.

Modified: flex/sdk/branches/develop/mustella/tests/mobile/components/ActionBar/styles/baselines/ActionBar_ViewNavigator_style_change_textIndent_default@android_240ppi.png
URL: http://svn.apache.org/viewvc/flex/sdk/branches/develop/mustella/tests/mobile/components/ActionBar/styles/baselines/ActionBar_ViewNavigator_style_change_textIndent_default%40android_240ppi.png?rev=1434562&r1=1434561&r2=1434562&view=diff
==============================================================================
Binary files - no diff available.

Modified: flex/sdk/branches/develop/mustella/tests/mobile/components/ActionBar/styles/baselines/ActionBar_ViewNavigator_style_change_textShadowColor@android_240ppi.png
URL: http://svn.apache.org/viewvc/flex/sdk/branches/develop/mustella/tests/mobile/components/ActionBar/styles/baselines/ActionBar_ViewNavigator_style_change_textShadowColor%40android_240ppi.png?rev=1434562&r1=1434561&r2=1434562&view=diff
==============================================================================
Binary files - no diff available.

Modified: flex/sdk/branches/develop/mustella/tests/mobile/components/ActionBar/swfs/ActionBar.mxml
URL: http://svn.apache.org/viewvc/flex/sdk/branches/develop/mustella/tests/mobile/components/ActionBar/swfs/ActionBar.mxml?rev=1434562&r1=1434561&r2=1434562&view=diff
==============================================================================
--- flex/sdk/branches/develop/mustella/tests/mobile/components/ActionBar/swfs/ActionBar.mxml (original)
+++ flex/sdk/branches/develop/mustella/tests/mobile/components/ActionBar/swfs/ActionBar.mxml Thu Jan 17 06:15:21 2013
@@ -23,6 +23,36 @@
 	<fx:Declarations>
 	</fx:Declarations>
 	<fx:Style source="../../../../../Assets/Fonts/MobileFontStyles.css" />
+	<fx:Style>
+		@namespace s "library://ns.adobe.com/flex/spark";
+		@namespace comps "comps.*";
+		
+		@font-face{
+			src: url("../../../../../Assets/Fonts/PT_Serif/PT_Serif-Web-Regular.ttf");
+			fontFamily: mySerifHalo;
+			embedAsCFF: false;
+		}
+		@font-face{
+			src: url("../../../../../Assets/Fonts/PT_Serif/PT_Serif-Web-Italic.ttf");
+			fontFamily: mySerifHalo;
+			fontStyle: italic;
+			embedAsCFF: false;
+		}
+		@font-face{
+			src: url("../../../../../Assets/Fonts/PT_Serif/PT_Serif-Web-Bold.ttf");
+			fontFamily: mySerifHalo;
+			fontWeight: bold;
+			embedAsCFF: false;
+		}
+		@font-face{
+			src: url("../../../../../Assets/Fonts/PT_Serif/PT_Serif-Web-BoldItalic.ttf");
+			fontFamily: mySerifHalo;
+			fontWeight: bold;
+			fontStyle: italic;
+			embedAsCFF: false;
+		}
+		
+	</fx:Style>
 	<fx:Script>
 		<![CDATA[
 			import mx.managers.FocusManager;

Modified: flex/sdk/branches/develop/mustella/tests/mobile/components/ActionBar/swfs/ActionBarMainStyle2.mxml
URL: http://svn.apache.org/viewvc/flex/sdk/branches/develop/mustella/tests/mobile/components/ActionBar/swfs/ActionBarMainStyle2.mxml?rev=1434562&r1=1434561&r2=1434562&view=diff
==============================================================================
--- flex/sdk/branches/develop/mustella/tests/mobile/components/ActionBar/swfs/ActionBarMainStyle2.mxml (original)
+++ flex/sdk/branches/develop/mustella/tests/mobile/components/ActionBar/swfs/ActionBarMainStyle2.mxml Thu Jan 17 06:15:21 2013
@@ -25,6 +25,35 @@
 	<fx:Style source="../../../../../Assets/Fonts/MobileFontStyles.css" />
 	<fx:Style>
 		@namespace s "library://ns.adobe.com/flex/spark";
+		@namespace comps "comps.*";
+		
+		@font-face{
+			src: url("../../../../../Assets/Fonts/PT_Serif/PT_Serif-Web-Regular.ttf");
+			fontFamily: mySerifHalo;
+			embedAsCFF: false;
+		}
+		@font-face{
+			src: url("../../../../../Assets/Fonts/PT_Serif/PT_Serif-Web-Italic.ttf");
+			fontFamily: mySerifHalo;
+			fontStyle: italic;
+			embedAsCFF: false;
+		}
+		@font-face{
+			src: url("../../../../../Assets/Fonts/PT_Serif/PT_Serif-Web-Bold.ttf");
+			fontFamily: mySerifHalo;
+			fontWeight: bold;
+			embedAsCFF: false;
+		}
+		@font-face{
+			src: url("../../../../../Assets/Fonts/PT_Serif/PT_Serif-Web-BoldItalic.ttf");
+			fontFamily: mySerifHalo;
+			fontWeight: bold;
+			fontStyle: italic;
+			embedAsCFF: false;
+		}
+	</fx:Style>
+	<fx:Style>
+		@namespace s "library://ns.adobe.com/flex/spark";
 		s|ActionBar s|Button:down
 		{
 			chromeColor: #1511c3;

Modified: flex/sdk/branches/develop/mustella/tests/mobile/components/ActionBar/swfs/ActionBarViewNavigatorStyleTest.mxml
URL: http://svn.apache.org/viewvc/flex/sdk/branches/develop/mustella/tests/mobile/components/ActionBar/swfs/ActionBarViewNavigatorStyleTest.mxml?rev=1434562&r1=1434561&r2=1434562&view=diff
==============================================================================
--- flex/sdk/branches/develop/mustella/tests/mobile/components/ActionBar/swfs/ActionBarViewNavigatorStyleTest.mxml (original)
+++ flex/sdk/branches/develop/mustella/tests/mobile/components/ActionBar/swfs/ActionBarViewNavigatorStyleTest.mxml Thu Jan 17 06:15:21 2013
@@ -22,6 +22,35 @@
 					 xmlns:components="components.*" firstView="components.BlankView">
 	
 	<fx:Style source="../../../../../Assets/Fonts/MobileFontStyles.css" />	
+	<fx:Style>
+		@namespace s "library://ns.adobe.com/flex/spark";
+		@namespace comps "comps.*";
+		
+		@font-face{
+			src: url("../../../../../Assets/Fonts/PT_Serif/PT_Serif-Web-Regular.ttf");
+			fontFamily: mySerifHalo;
+			embedAsCFF: false;
+		}
+		@font-face{
+			src: url("../../../../../Assets/Fonts/PT_Serif/PT_Serif-Web-Italic.ttf");
+			fontFamily: mySerifHalo;
+			fontStyle: italic;
+			embedAsCFF: false;
+		}
+		@font-face{
+			src: url("../../../../../Assets/Fonts/PT_Serif/PT_Serif-Web-Bold.ttf");
+			fontFamily: mySerifHalo;
+			fontWeight: bold;
+			embedAsCFF: false;
+		}
+		@font-face{
+			src: url("../../../../../Assets/Fonts/PT_Serif/PT_Serif-Web-BoldItalic.ttf");
+			fontFamily: mySerifHalo;
+			fontWeight: bold;
+			fontStyle: italic;
+			embedAsCFF: false;
+		}
+	</fx:Style>
 	<fx:Script>
 		
 			<![CDATA[