rpms/VLGothic-fonts/F-7 59-VLGothic-monospace.conf, 1.1, 1.2 59-VLGothic-sans.conf, 1.1, 1.2

Ryo Dairiki (ryo) fedora-extras-commits at redhat.com
Wed Oct 24 14:53:34 UTC 2007


Author: ryo

Update of /cvs/pkgs/rpms/VLGothic-fonts/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29317

Modified Files:
	59-VLGothic-monospace.conf 59-VLGothic-sans.conf 
Log Message:
fix problems related to generic fonts in flash


Index: 59-VLGothic-monospace.conf
===================================================================
RCS file: /cvs/pkgs/rpms/VLGothic-fonts/F-7/59-VLGothic-monospace.conf,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- 59-VLGothic-monospace.conf	18 Oct 2007 14:14:29 -0000	1.1
+++ 59-VLGothic-monospace.conf	24 Oct 2007 14:53:01 -0000	1.2
@@ -9,20 +9,24 @@
             <bool>false</bool>
         </edit>
     </match>
+    
+    <match target="pattern">
+        <test name="family">
+            <string>monospace</string>
+        </test>
+        <test name="lang" compare="contains">
+            <string>jp</string>
+        </test>
+        <edit name="lang" mode="prepend" binding="strong">
+            <string>en</string>
+        </edit>
+    </match>
 
     <alias>
         <family>monospace</family>
         <prefer>
+            <family>DejaVu Sans Mono</family>
             <family>VL Gothic</family>
         </prefer>
     </alias>
-
-    <match target="pattern">
-        <test name="family">
-            <string>monospace</string>
-        </test>
-        <edit name="family" mode="prepend" binding="strong">
-            <string>DejaVu Sans Mono</string>
-        </edit>
-    </match>
 </fontconfig>


Index: 59-VLGothic-sans.conf
===================================================================
RCS file: /cvs/pkgs/rpms/VLGothic-fonts/F-7/59-VLGothic-sans.conf,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- 59-VLGothic-sans.conf	18 Oct 2007 14:14:29 -0000	1.1
+++ 59-VLGothic-sans.conf	24 Oct 2007 14:53:01 -0000	1.2
@@ -10,19 +10,23 @@
         </edit>
     </match>
 
-    <alias>
-        <family>sans-serif</family>
-        <prefer>
-            <family>VL PGothic</family>
-        </prefer>
-    </alias>
-
     <match target="pattern">
         <test name="family">
             <string>sans-serif</string>
         </test>
-        <edit name="family" mode="prepend" binding="strong">
-            <string>DejaVu Sans</string>
+        <test name="lang" compare="contains">
+            <string>jp</string>
+        </test>
+        <edit name="lang" mode="prepend" binding="strong">
+            <string>en</string>
         </edit>
     </match>
+
+    <alias>
+        <family>monospace</family>
+        <prefer>
+            <family>DejaVu Sans</family>
+            <family>VL PGothic</family>
+        </prefer>
+    </alias>
 </fontconfig>




More information about the fedora-extras-commits mailing list