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 21:10:59 UTC

svn commit: r1434885 - in /flex/sdk/branches/develop/mustella/tests/mobile/components/TextInput: Methods/baselines/ Properties/ Properties/baselines/ SWFs/ SWFs/components/ Styles/ Styles/baselines/

Author: aharui
Date: Thu Jan 17 20:10:59 2013
New Revision: 1434885

URL: http://svn.apache.org/viewvc?rev=1434885&view=rev
Log:
More embed font issues.

Modified:
    flex/sdk/branches/develop/mustella/tests/mobile/components/TextInput/Methods/baselines/TextInput_selectRange_test3@240ppi.png
    flex/sdk/branches/develop/mustella/tests/mobile/components/TextInput/Properties/TextInput_properties_tester.mxml
    flex/sdk/branches/develop/mustella/tests/mobile/components/TextInput/Properties/baselines/TextInput_text_property_japanese@240ppi.png
    flex/sdk/branches/develop/mustella/tests/mobile/components/TextInput/SWFs/TextInput1.mxml
    flex/sdk/branches/develop/mustella/tests/mobile/components/TextInput/SWFs/TextInput2.mxml
    flex/sdk/branches/develop/mustella/tests/mobile/components/TextInput/SWFs/components/TextInputComp6.mxml
    flex/sdk/branches/develop/mustella/tests/mobile/components/TextInput/Styles/TextInput_styles_tester.mxml
    flex/sdk/branches/develop/mustella/tests/mobile/components/TextInput/Styles/baselines/TextInput_fontFamily_test2@240ppi.png

Modified: flex/sdk/branches/develop/mustella/tests/mobile/components/TextInput/Methods/baselines/TextInput_selectRange_test3@240ppi.png
URL: http://svn.apache.org/viewvc/flex/sdk/branches/develop/mustella/tests/mobile/components/TextInput/Methods/baselines/TextInput_selectRange_test3%40240ppi.png?rev=1434885&r1=1434884&r2=1434885&view=diff
==============================================================================
Binary files - no diff available.

Modified: flex/sdk/branches/develop/mustella/tests/mobile/components/TextInput/Properties/TextInput_properties_tester.mxml
URL: http://svn.apache.org/viewvc/flex/sdk/branches/develop/mustella/tests/mobile/components/TextInput/Properties/TextInput_properties_tester.mxml?rev=1434885&r1=1434884&r2=1434885&view=diff
==============================================================================
--- flex/sdk/branches/develop/mustella/tests/mobile/components/TextInput/Properties/TextInput_properties_tester.mxml (original)
+++ flex/sdk/branches/develop/mustella/tests/mobile/components/TextInput/Properties/TextInput_properties_tester.mxml Thu Jan 17 20:10:59 2013
@@ -499,7 +499,7 @@
 						<RunCode code="FlexGlobals.topLevelApplication.navigator.pushView(components.TextInputView1)" waitTarget="navigator" waitEvent="viewChangeComplete" />-->
 						<ResetComponent target="tic1" className="components.TextInputComp1" waitEvent="updateComplete" />
 						<SetProperty target="tic1.ti1" propertyName="height" value="55" />
-				            <SetStyle target="tic1.ti1" styleName="fontFamily" value="" />
+				            <SetStyle target="tic1.ti1" styleName="fontFamily" value="DroidSansFallback" />
 						<SetProperty target="tic1.ti1" propertyName="text" waitEvent="updateComplete" value="漢字仮名交じり文" />
 				        </setup>
 				        <body>

Modified: flex/sdk/branches/develop/mustella/tests/mobile/components/TextInput/Properties/baselines/TextInput_text_property_japanese@240ppi.png
URL: http://svn.apache.org/viewvc/flex/sdk/branches/develop/mustella/tests/mobile/components/TextInput/Properties/baselines/TextInput_text_property_japanese%40240ppi.png?rev=1434885&r1=1434884&r2=1434885&view=diff
==============================================================================
Binary files - no diff available.

Modified: flex/sdk/branches/develop/mustella/tests/mobile/components/TextInput/SWFs/TextInput1.mxml
URL: http://svn.apache.org/viewvc/flex/sdk/branches/develop/mustella/tests/mobile/components/TextInput/SWFs/TextInput1.mxml?rev=1434885&r1=1434884&r2=1434885&view=diff
==============================================================================
--- flex/sdk/branches/develop/mustella/tests/mobile/components/TextInput/SWFs/TextInput1.mxml (original)
+++ flex/sdk/branches/develop/mustella/tests/mobile/components/TextInput/SWFs/TextInput1.mxml Thu Jan 17 20:10:59 2013
@@ -143,6 +143,11 @@
 			embedAsCFF: true;
 		}
 
+		@font-face {
+			src: url("../../../../../Assets/Fonts/Droid/DroidSansFallback.ttf");
+			fontFamily: "DroidSansFallback";
+			embedAsCFF: false;
+		}
 
 		s|TextInput{
 			skinClass: ClassReference("spark.skins.mobile.TextInputSkin");

Modified: flex/sdk/branches/develop/mustella/tests/mobile/components/TextInput/SWFs/TextInput2.mxml
URL: http://svn.apache.org/viewvc/flex/sdk/branches/develop/mustella/tests/mobile/components/TextInput/SWFs/TextInput2.mxml?rev=1434885&r1=1434884&r2=1434885&view=diff
==============================================================================
--- flex/sdk/branches/develop/mustella/tests/mobile/components/TextInput/SWFs/TextInput2.mxml (original)
+++ flex/sdk/branches/develop/mustella/tests/mobile/components/TextInput/SWFs/TextInput2.mxml Thu Jan 17 20:10:59 2013
@@ -149,6 +149,11 @@
 			fontAntiAliasType: "normal";
 			fontFamily: myVeraNoCFF;
 		}
+		
+		s|Label{
+			fontFamily: myVeraMonospaceCFF;
+			fontLookup: embeddedCFF;
+		}
 
 	</fx:Style>
 

Modified: flex/sdk/branches/develop/mustella/tests/mobile/components/TextInput/SWFs/components/TextInputComp6.mxml
URL: http://svn.apache.org/viewvc/flex/sdk/branches/develop/mustella/tests/mobile/components/TextInput/SWFs/components/TextInputComp6.mxml?rev=1434885&r1=1434884&r2=1434885&view=diff
==============================================================================
--- flex/sdk/branches/develop/mustella/tests/mobile/components/TextInput/SWFs/components/TextInputComp6.mxml (original)
+++ flex/sdk/branches/develop/mustella/tests/mobile/components/TextInput/SWFs/components/TextInputComp6.mxml Thu Jan 17 20:10:59 2013
@@ -37,11 +37,6 @@
 	<s:VGroup x="10" y="10" id="grp1" height="200" percentWidth="100">
 		
 		<s:HGroup>
-			<s:Label text="CFF, TextInput:" color="0xff0000" />
-			<s:TextInput id="ti1" fontFamily="myVeraMonospaceCFF" text="TJ0" color="0xff0000" />
-		</s:HGroup>
-		
-		<s:HGroup>
 			<s:Label text="Non-CFF, TextInput:" color="0xff0000" />
 			<s:TextInput  id="ti2" fontFamily="myVeraMonospaceNoCFF" text="TJ0" color="0xff0000" />
 		</s:HGroup>

Modified: flex/sdk/branches/develop/mustella/tests/mobile/components/TextInput/Styles/TextInput_styles_tester.mxml
URL: http://svn.apache.org/viewvc/flex/sdk/branches/develop/mustella/tests/mobile/components/TextInput/Styles/TextInput_styles_tester.mxml?rev=1434885&r1=1434884&r2=1434885&view=diff
==============================================================================
--- flex/sdk/branches/develop/mustella/tests/mobile/components/TextInput/Styles/TextInput_styles_tester.mxml (original)
+++ flex/sdk/branches/develop/mustella/tests/mobile/components/TextInput/Styles/TextInput_styles_tester.mxml Thu Jan 17 20:10:59 2013
@@ -644,7 +644,6 @@
 						<ResetComponent target="tic6" className="components.TextInputComp6" waitEvent="updateComplete" />
 			</setup>
 			<body>
-				<AssertStyleValue target="tic6.ti1" styleName="fontFamily" value="myVeraMonospaceCFF"/>
 				<AssertStyleValue target="tic6.lbl1" styleName="fontFamily" value="myVeraMonospaceCFF"/>
 				<AssertStyleValue target="tic6.ti2" styleName="fontFamily" value="myVeraMonospaceNoCFF"/>
 				<CompareBitmap numColorVariances="20" maxColorVariance="124" url="../Styles/baselines" target="tic6.grp1">

Modified: flex/sdk/branches/develop/mustella/tests/mobile/components/TextInput/Styles/baselines/TextInput_fontFamily_test2@240ppi.png
URL: http://svn.apache.org/viewvc/flex/sdk/branches/develop/mustella/tests/mobile/components/TextInput/Styles/baselines/TextInput_fontFamily_test2%40240ppi.png?rev=1434885&r1=1434884&r2=1434885&view=diff
==============================================================================
Binary files - no diff available.