You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by cf...@apache.org on 2012/09/17 19:28:02 UTC

svn commit: r1386735 - in /incubator/flex/sdk/branches/develop/mustella/tests/SparkModules/Constraints: Properties/baselines/MixedLayoutModule000.png SWFs/MixedLayoutModuleLoader.mxml

Author: cframpton
Date: Mon Sep 17 17:28:01 2012
New Revision: 1386735

URL: http://svn.apache.org/viewvc?rev=1386735&view=rev
Log:
Embed spark font.

Modified:
    incubator/flex/sdk/branches/develop/mustella/tests/SparkModules/Constraints/Properties/baselines/MixedLayoutModule000.png
    incubator/flex/sdk/branches/develop/mustella/tests/SparkModules/Constraints/SWFs/MixedLayoutModuleLoader.mxml

Modified: incubator/flex/sdk/branches/develop/mustella/tests/SparkModules/Constraints/Properties/baselines/MixedLayoutModule000.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/SparkModules/Constraints/Properties/baselines/MixedLayoutModule000.png?rev=1386735&r1=1386734&r2=1386735&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/SparkModules/Constraints/SWFs/MixedLayoutModuleLoader.mxml
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/SparkModules/Constraints/SWFs/MixedLayoutModuleLoader.mxml?rev=1386735&r1=1386734&r2=1386735&view=diff
==============================================================================
--- incubator/flex/sdk/branches/develop/mustella/tests/SparkModules/Constraints/SWFs/MixedLayoutModuleLoader.mxml (original)
+++ incubator/flex/sdk/branches/develop/mustella/tests/SparkModules/Constraints/SWFs/MixedLayoutModuleLoader.mxml Mon Sep 17 17:28:01 2012
@@ -23,7 +23,19 @@
 	<fx:Declarations>
 		<!-- Place non-visual elements (e.g., services, value objects) here -->
 	</fx:Declarations>
- 	<fx:Style source="../../../../Assets/Fonts/myStyles.css" />
+ 	<fx:Style source="../../../../Assets/Fonts/VeraFontStyles.css" />
+    <fx:Style>
+   		@namespace s "library://ns.adobe.com/flex/spark";
+   		
+        s|Label {
+            fontFamily: "MyVeraSpark";
+            fontAntiAliasType: "normal";
+        }
+        s|RichEditableText {
+            fontFamily: "MyVeraSpark";
+            fontAntiAliasType: "normal";
+        }
+    </fx:Style>
 	<fx:Script>
 		<![CDATA[
 			public function doUnloadModule():void