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/10 17:10:50 UTC

svn commit: r1382928 - in /incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/TabBar: SWFs/ Styles/baselines/

Author: cframpton
Date: Mon Sep 10 15:10:49 2012
New Revision: 1382928

URL: http://svn.apache.org/viewvc?rev=1382928&view=rev
Log:
Embedded Hebrew font.

Modified:
    incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/TabBar/SWFs/TabBarApp2.mxml
    incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/TabBar/Styles/baselines/direction_as_css_test1.png
    incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/TabBar/Styles/baselines/direction_as_css_test2.png
    incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/TabBar/Styles/baselines/direction_as_test1.png
    incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/TabBar/Styles/baselines/direction_as_test2.png
    incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/TabBar/Styles/baselines/direction_mxml_test1.png
    incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/TabBar/Styles/baselines/direction_mxml_test2.png

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/TabBar/SWFs/TabBarApp2.mxml
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/TabBar/SWFs/TabBarApp2.mxml?rev=1382928&r1=1382927&r2=1382928&view=diff
==============================================================================
--- incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/TabBar/SWFs/TabBarApp2.mxml (original)
+++ incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/TabBar/SWFs/TabBarApp2.mxml Mon Sep 10 15:10:49 2012
@@ -97,6 +97,30 @@
         embedAsCFF: true;
     }
 
+    @font-face {
+        src: url("../../../../../Assets/Fonts/Hebrew/SILEOT.ttf");
+        fontWeight: normal;
+        fontStyle: normal;
+        fontFamily: EmbeddedArial;
+        embedAsCFF: true;
+    }
+    
+    @font-face {
+        src: url("../../../../../Assets/Fonts/Hebrew/SILEOT.ttf");
+        fontWeight: bold;
+        fontStyle: normal;
+        fontFamily: EmbeddedArial;
+        embedAsCFF: true;
+    }
+    
+    @font-face {
+        src: url("../../../../../Assets/Fonts/Hebrew/SILEOT.ttf");
+        fontWeight: normal;
+        fontStyle: italic;
+        fontFamily: EmbeddedArial;
+        embedAsCFF: true;
+    }
+
 	@font-face {
 		src: url("../../../../../Assets/Fonts/Cousine/Cousine-Regular.ttf");
 		fontFamily: EmbeddedArno;

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/TabBar/Styles/baselines/direction_as_css_test1.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/TabBar/Styles/baselines/direction_as_css_test1.png?rev=1382928&r1=1382927&r2=1382928&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/TabBar/Styles/baselines/direction_as_css_test2.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/TabBar/Styles/baselines/direction_as_css_test2.png?rev=1382928&r1=1382927&r2=1382928&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/TabBar/Styles/baselines/direction_as_test1.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/TabBar/Styles/baselines/direction_as_test1.png?rev=1382928&r1=1382927&r2=1382928&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/TabBar/Styles/baselines/direction_as_test2.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/TabBar/Styles/baselines/direction_as_test2.png?rev=1382928&r1=1382927&r2=1382928&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/TabBar/Styles/baselines/direction_mxml_test1.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/TabBar/Styles/baselines/direction_mxml_test1.png?rev=1382928&r1=1382927&r2=1382928&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/TabBar/Styles/baselines/direction_mxml_test2.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/TabBar/Styles/baselines/direction_mxml_test2.png?rev=1382928&r1=1382927&r2=1382928&view=diff
==============================================================================
Binary files - no diff available.