add RTL info
authorBenjamin Leduc <g.benjamin.leduc@gmail.com>
Sat, 14 Mar 2015 08:50:53 +0000 (08:50 +0000)
committerBenjamin Leduc <g.benjamin.leduc@gmail.com>
Sat, 14 Mar 2015 08:50:53 +0000 (08:50 +0000)
25 files changed:
data/fonts/Deva-voy-white-big.stf
data/fonts/Deva-voy-white.stf
data/fonts/Deva-white-big.stf
data/fonts/Deva-white.stf
data/fonts/andale10.stf
data/fonts/andale12.stf
data/fonts/ara-white-big.stf
data/fonts/ara-white-small.stf
data/fonts/ara-white.stf
data/fonts/console2.stf
data/fonts/cyr-white-big.stf
data/fonts/cyr-white-small.stf
data/fonts/cyr-white.stf
data/fonts/greek-white-big.stf
data/fonts/greek-white-small.stf
data/fonts/greek-white.stf
data/fonts/ko-white-big.stf
data/fonts/ko-white-small.stf
data/fonts/ko-white.stf
data/fonts/white-big.stf
data/fonts/white-small.stf
data/fonts/white.stf
data/fonts/zh-white-big.stf
data/fonts/zh-white-small.stf
data/fonts/zh-white.stf

index 04bda82..a436baf 100644 (file)
@@ -1,6 +1,7 @@
 (supertux-font
   (glyph-width 11)
   (glyph-height 24)
+  (rtl #f)
   (surface
     (glyphs "devanagari/white-voy.png")
     (shadows "devanagari/shadow-voy.png")
index 04bda82..a436baf 100644 (file)
@@ -1,6 +1,7 @@
 (supertux-font
   (glyph-width 11)
   (glyph-height 24)
+  (rtl #f)
   (surface
     (glyphs "devanagari/white-voy.png")
     (shadows "devanagari/shadow-voy.png")
index 8ea05e0..2370e87 100644 (file)
@@ -1,6 +1,7 @@
 (supertux-font
   (glyph-width 20)
   (glyph-height 24)
+  (rtl #f)
   (surface
     (glyphs "devanagari/white.png")
     (shadows "devanagari/shadow.png")
index 8ea05e0..2370e87 100644 (file)
@@ -1,6 +1,7 @@
 (supertux-font
   (glyph-width 20)
   (glyph-height 24)
+  (rtl #f)
   (surface
     (glyphs "devanagari/white.png")
     (shadows "devanagari/shadow.png")
index 6e42688..e51f7dc 100644 (file)
@@ -2,6 +2,7 @@
   (glyph-width 6)
   (glyph-height 13)
   (glyph-border 1)
+  (rtl #f)
   (surface
     (glyphs "andale10.png")
     (shadows "andale10-shadow.png")
index 2c0fa2c..90b1ae6 100644 (file)
@@ -2,6 +2,7 @@
   (glyph-width 7)
   (glyph-height 14)
   (glyph-border 1)
+  (rtl #f)
   (surface
     (glyphs "andale12.png")
     (shadows "andale12-shadow.png")
index 039b48b..47371fb 100644 (file)
@@ -1,4 +1,5 @@
 (supertux-font
+  (rtl #t)
   (glyph-height 22)
   (glyph-width 22)
   (glyph-border 1)
index 1e3ea27..2a596d5 100644 (file)
@@ -1,4 +1,5 @@
 (supertux-font
+  (rtl #t)
   (glyph-height 11)
   (glyph-width 11)
   (glyph-border 1)
index 430ba7a..c9230d3 100644 (file)
@@ -1,4 +1,5 @@
 (supertux-font
+  (rtl #t)
   (glyph-height 24)
   (glyph-width 24)
   (glyph-border 0)
index 32191d2..6ba437d 100644 (file)
@@ -2,6 +2,7 @@
   (glyph-width 8)
   (glyph-height 14)
   (glyph-border 1)
+  (rtl #f)
   (glyphs
     (glyph-image "console2.png")
     (shadow-image "console2-shadow.png")
index 04596c9..eca4d38 100644 (file)
@@ -2,6 +2,7 @@
   (glyph-width 20)
   (glyph-height 22)
   (glyph-border 1)
+  (rtl #f)
   (surface
     (glyphs "cyr/white-big.png")
     (shadows "cyr/shadow-big.png")
index d46b46a..6b63e2c 100644 (file)
@@ -2,6 +2,7 @@
   (glyph-width 8)
   (glyph-height 9)
   (glyph-border 1)
+  (rtl #f)
   (surface
     (glyphs "cyr/white-small.png")
     (shadows "cyr/shadow-small.png")
index 4617480..e6845ce 100644 (file)
@@ -2,6 +2,7 @@
   (glyph-width 16)
   (glyph-height 18)
   (glyph-border 1)
+  (rtl #f)
   (surface
     (glyphs "cyr/white.png")
     (shadows "cyr/shadow.png")
index 8ae0f6b..50385b6 100644 (file)
@@ -2,6 +2,7 @@
   (glyph-width 20)
   (glyph-height 22)
   (glyph-border 1)
+  (rtl #f)
   (surface
     (glyphs "greek/white-big.png")
     (shadows "greek/shadow-big.png")
index 7b177a1..dbeabd1 100644 (file)
@@ -2,6 +2,7 @@
   (glyph-width 8)
   (glyph-height 9)
   (glyph-border 1)
+  (rtl #f)
   (surface
     (glyphs "greek/white-small.png")
     (shadows "greek/shadow-small.png")
index a3518e8..59a9142 100644 (file)
@@ -2,6 +2,7 @@
   (glyph-width 16)
   (glyph-height 18)
   (glyph-border 1)
+  (rtl #f)
   (surface
     (glyphs "greek/white.png")
     (shadows "greek/shadow.png")
index d45934d..7c81fbc 100644 (file)
@@ -2,6 +2,7 @@
   (glyph-height 22)
   (glyph-width 22)
   (glyph-border 1)
+  (rtl #f)
   (surface
     (glyphs "ko/white-big.png")
     (shadows "ko/shadow-big.png")
index a7eafd8..6ee29ea 100644 (file)
@@ -2,6 +2,7 @@
   (glyph-height 11)
   (glyph-width 11)
   (glyph-border 1)
+  (rtl #f)
   (surface
     (glyphs "ko/white-small.png")
     (shadows "ko/shadow-small.png")
index ce85351..98126bc 100644 (file)
@@ -2,6 +2,7 @@
   (glyph-height 18)
   (glyph-width 18)
   (glyph-border 1)
+  (rtl #f)
   (surface
     (glyphs "ko/white.png")
     (shadows "ko/shadow.png")
index 6a2f02c..feb3df3 100644 (file)
@@ -2,6 +2,7 @@
   (glyph-width 20)
   (glyph-height 22)
   (glyph-border 1)
+  (rtl #f)
   (surface
     (glyphs "white-big.png")
     (shadows "shadow-big.png")
index 7f05bd4..29ff31f 100644 (file)
@@ -2,6 +2,7 @@
   (glyph-width 8)
   (glyph-height 9)
   (glyph-border 1)
+  (rtl #f)
   (surface
     (glyphs "white-small.png")
     (shadows "shadow-small.png")
index 3668d82..705c01d 100644 (file)
@@ -2,6 +2,7 @@
   (glyph-width 16)
   (glyph-height 18)
   (glyph-border 1)
+  (rtl #f)
   (surface
     (glyphs "white.png")
     (shadows "shadow.png")
index 9f183fa..ff2e808 100644 (file)
@@ -2,6 +2,7 @@
   (glyph-height 22)
   (glyph-width 22)
   (glyph-border 1)
+  (rtl #f)
   (surface
     (glyphs "zh/white-big.png")
     (shadows "zh/shadow-big.png")
index cdc317b..8d135f3 100644 (file)
@@ -2,6 +2,7 @@
   (glyph-height 11)
   (glyph-width 11)
   (glyph-border 1)
+  (rtl #f)
   (surface
     (glyphs "zh/white-small.png")
     (shadows "zh/shadow-small.png")
index a77f1bf..57dadce 100644 (file)
@@ -2,6 +2,7 @@
   (glyph-height 18)
   (glyph-width 18)
   (glyph-border 1)
+  (rtl #f)
   (surface
     (glyphs "zh/white.png")
     (shadows "zh/shadow.png")