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/12/12 19:33:18 UTC

svn commit: r1420905 - in /incubator/flex/sdk/branches/develop/mustella/tests/components/AdvancedDataGrid: SWFs/ Styles/ Styles/Baselines/

Author: cframpton
Date: Wed Dec 12 18:33:17 2012
New Revision: 1420905

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

Modified:
    incubator/flex/sdk/branches/develop/mustella/tests/components/AdvancedDataGrid/SWFs/AdvancedDataGridMain.mxml
    incubator/flex/sdk/branches/develop/mustella/tests/components/AdvancedDataGrid/Styles/Baselines/style_fontFamily_AS_EmbeddedArial.png
    incubator/flex/sdk/branches/develop/mustella/tests/components/AdvancedDataGrid/Styles/Baselines/style_fontFamily_mxml_EmbeddedArial.png
    incubator/flex/sdk/branches/develop/mustella/tests/components/AdvancedDataGrid/Styles/advanceddatagrid_styles_scrollcontrolbase.mxml

Modified: incubator/flex/sdk/branches/develop/mustella/tests/components/AdvancedDataGrid/SWFs/AdvancedDataGridMain.mxml
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/components/AdvancedDataGrid/SWFs/AdvancedDataGridMain.mxml?rev=1420905&r1=1420904&r2=1420905&view=diff
==============================================================================
--- incubator/flex/sdk/branches/develop/mustella/tests/components/AdvancedDataGrid/SWFs/AdvancedDataGridMain.mxml (original)
+++ incubator/flex/sdk/branches/develop/mustella/tests/components/AdvancedDataGrid/SWFs/AdvancedDataGridMain.mxml Wed Dec 12 18:33:17 2012
@@ -51,6 +51,14 @@
             fontFamily: EmbeddedArial;
             embedAsCFF: false;
         }
+
+        @font-face {
+            src: url("../../../../Assets/Fonts/Cousine/Cousine-Bold.ttf");
+            fontFamily: EmbeddedArial;
+            fontWeight: bold;
+            fontStyle: normal;
+            embedAsCFF: false;
+        }
         
         mx|AdvancedDataGrid {
             /* embed the numeric sort indicator */

Modified: incubator/flex/sdk/branches/develop/mustella/tests/components/AdvancedDataGrid/Styles/Baselines/style_fontFamily_AS_EmbeddedArial.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/components/AdvancedDataGrid/Styles/Baselines/style_fontFamily_AS_EmbeddedArial.png?rev=1420905&r1=1420904&r2=1420905&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/components/AdvancedDataGrid/Styles/Baselines/style_fontFamily_mxml_EmbeddedArial.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/components/AdvancedDataGrid/Styles/Baselines/style_fontFamily_mxml_EmbeddedArial.png?rev=1420905&r1=1420904&r2=1420905&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/components/AdvancedDataGrid/Styles/advanceddatagrid_styles_scrollcontrolbase.mxml
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/components/AdvancedDataGrid/Styles/advanceddatagrid_styles_scrollcontrolbase.mxml?rev=1420905&r1=1420904&r2=1420905&view=diff
==============================================================================
--- incubator/flex/sdk/branches/develop/mustella/tests/components/AdvancedDataGrid/Styles/advanceddatagrid_styles_scrollcontrolbase.mxml (original)
+++ incubator/flex/sdk/branches/develop/mustella/tests/components/AdvancedDataGrid/Styles/advanceddatagrid_styles_scrollcontrolbase.mxml Wed Dec 12 18:33:17 2012
@@ -223,9 +223,10 @@
              </setup>
             <body>
                 <CompareBitmap target="mydatagrid" url="../Styles/Baselines/$testID_EmbeddedVerdana.png" timeout="5000" />
-
-                <RunCode code="setFF()"/>
+                
+                <RunCode code="setFF()" waitTarget="mydatagrid" waitEvent="updateComplete"/>
                 <WaitForEffectsToEnd />
+                
                 <CompareBitmap target="mydatagrid" url="../Styles/Baselines/$testID_EmbeddedArial.png" timeout="5000" />
             </body>
         </TestCase>