Removed chinese font hedgeroid
authorXeli
Sun, 21 Aug 2011 22:17:40 +0200
branchhedgeroid
changeset 5639 ebe9858eb6a3
parent 5637 fcc0e5b3d66b
child 5641 06558ee35f51
Removed chinese font
hedgewars/uTypes.pas
hedgewars/uUtils.pas
hedgewars/uVariables.pas
--- a/hedgewars/uTypes.pas	Sun Aug 21 22:16:55 2011 +0200
+++ b/hedgewars/uTypes.pas	Sun Aug 21 22:17:40 2011 +0200
@@ -152,7 +152,7 @@
     // Different kind of crates that e.g. hedgehogs can pick up
     TCrateType = (HealthCrate, AmmoCrate, UtilityCrate);
 
-    THWFont = (fnt16, fntBig, fntSmall {$IFNDEF IPHONEOS}, CJKfnt16, CJKfntBig, CJKfntSmall{$ENDIF});
+    THWFont = (fnt16, fntBig, fntSmall {$IFNDEF MOBILE}, CJKfnt16, CJKfntBig, CJKfntSmall{$ENDIF});
 
     TCapGroup = (capgrpGameState, capgrpAmmoinfo, capgrpVolume,
             capgrpMessage, capgrpMessage2, capgrpAmmostate);
--- a/hedgewars/uUtils.pas	Sun Aug 21 22:16:55 2011 +0200
+++ b/hedgewars/uUtils.pas	Sun Aug 21 22:17:40 2011 +0200
@@ -278,7 +278,7 @@
     tmpstr: array[0..256] of WideChar;
 begin
 
-{$IFNDEF IPHONEOS}
+{$IFNDEF MOBILE}
 // remove chinese fonts for now
 if (font >= CJKfnt16) or (length(s) = 0) then
 {$ENDIF}
--- a/hedgewars/uVariables.pas	Sun Aug 21 22:16:55 2011 +0200
+++ b/hedgewars/uVariables.pas	Sun Aug 21 22:17:40 2011 +0200
@@ -226,7 +226,7 @@
             Height: 10;
             style: TTF_STYLE_NORMAL;
             Name: 'DejaVuSans-Bold.ttf')
-            {$IFNDEF IPHONEOS}, // remove chinese fonts for now
+            {$IFNDEF MOBILE}, // remove chinese fonts for now
             (Handle: nil;
             Height: 12;
             style: TTF_STYLE_NORMAL;