--- a/hedgewars/uConsts.pas Sun May 24 13:01:33 2009 +0000
+++ b/hedgewars/uConsts.pas Sun May 24 13:01:39 2009 +0000
@@ -113,7 +113,7 @@
Handle: PTTF_Font;
Height: LongInt;
style: LongInt;
- Name: string[19];
+ Name: string[21];
end;
PAmmo = ^TAmmo;
@@ -297,6 +297,21 @@
Name: 'DejaVuSans-Bold.ttf')
);
+ FontzCJK: array[THWFont] of THHFont = (
+ (Handle: nil;
+ Height: 12;
+ style: TTF_STYLE_NORMAL;
+ Name: 'DroidSansFallback.ttf'),
+ (Handle: nil;
+ Height: 24;
+ style: TTF_STYLE_NORMAL;
+ Name: 'DroidSansFallback.ttf'),
+ (Handle: nil;
+ Height: 10;
+ style: TTF_STYLE_NORMAL;
+ Name: 'DroidSansFallback.ttf')
+ );
+
FontBorder = 2;
PathPrefix: string = './';