svn commit: r825994 - /ofbiz/trunk/specialpurpose/pos/styles/posstyles_zh.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r825994 - /ofbiz/trunk/specialpurpose/pos/styles/posstyles_zh.xml

jleroux@apache.org
Author: jleroux
Date: Fri Oct 16 16:41:19 2009
New Revision: 825994

URL: http://svn.apache.org/viewvc?rev=825994&view=rev
Log:
Fighting with an issue with Chinese fonts in POS (XUI) on Windows (OK on Mac) I commit these small changes. They didn't not help but anyway it's better.
http://n4.nabble.com/Simplified-Chinese-characters-are-displayed-as-square-boxes-in-POS-td165505.html#a165506 helped but only for a small part of the screen.

Modified:
    ofbiz/trunk/specialpurpose/pos/styles/posstyles_zh.xml

Modified: ofbiz/trunk/specialpurpose/pos/styles/posstyles_zh.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/pos/styles/posstyles_zh.xml?rev=825994&r1=825993&r2=825994&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/pos/styles/posstyles_zh.xml (original)
+++ ofbiz/trunk/specialpurpose/pos/styles/posstyles_zh.xml Fri Oct 16 16:41:19 2009
@@ -91,6 +91,22 @@
         <font_weight value="0"/>
         <font_italic value="0"/>
     </style>
+    <style name="editAndList">
+        <color_back value="ffffff"/>
+        <color_fore value="000000"/>
+        <font_face value="华文中宋"/>
+        <font_size value="12"/>
+        <font_weight value="1"/>
+        <font_italic value="0"/>
+    </style>
+    <style name="tip">
+        <color_back value="ffffff"/>
+        <color_fore value="000000"/>
+        <font_face value="华文中宋"/>
+        <font_size value="10"/>
+        <font_weight value="1"/>
+        <font_italic value="1"/>
+    </style>
 
     <!-- dynamic button styles -->
     <style name="numButton">
@@ -112,7 +128,7 @@
     <style name="skuButtonGizmoPurple">
         <color_back value="CC66CC"/>
         <color_fore value="000000"/>
-        <font_face value="verdana"/>
+        <font_face value="华文中宋"/>
         <font_size value="14"/>
         <font_weight value="1"/>
         <font_italic value="0"/>
@@ -128,7 +144,7 @@
     <style name="skuButtonGiftCard">
         <color_back value="339999"/>
         <color_fore value="000000"/>
-        <font_face value="verdana"/>
+        <font_face value="华文中宋"/>
         <font_size value="14"/>
         <font_weight value="1"/>
         <font_italic value="0"/>
@@ -141,6 +157,22 @@
         <font_weight value="1"/>
         <font_italic value="0"/>
     </style>
+    <style name="dialogButton">
+        <color_back value="cccccc"/>
+        <color_fore value="000000"/>
+        <font_face value="华文中宋"/>
+        <font_size value="12"/>
+        <font_weight value="1"/>
+        <font_italic value="0"/>
+    </style>
+    <style name="skuButtonConfigurableItem">
+        <color_back value="daa520"/>
+        <color_fore value="000000"/>
+        <font_face value="华文中宋"/>
+        <font_size value="14"/>
+        <font_weight value="1"/>
+        <font_italic value="0"/>
+    </style>
 
     <!-- embedded POS [menu] button styles (required but can be customized) -->
     <style name="posButton">