# HG changeset patch # User Xeli # Date 1313957860 -7200 # Node ID ebe9858eb6a391d0298e24ae0c6b6dadae1cafe9 # Parent fcc0e5b3d66bc993b62018ae7ae563cf4b41dce4 Removed chinese font diff -r fcc0e5b3d66b -r ebe9858eb6a3 hedgewars/uTypes.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); diff -r fcc0e5b3d66b -r ebe9858eb6a3 hedgewars/uUtils.pas --- 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} diff -r fcc0e5b3d66b -r ebe9858eb6a3 hedgewars/uVariables.pas --- 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;