From: divverent Date: Thu, 23 Dec 2010 01:27:02 +0000 (+0000) Subject: allow more font sizes X-Git-Tag: xonotic-v0.5.0~438^2~165 X-Git-Url: https://git.xonotic.org/?a=commitdiff_plain;h=f51db9c685b24029dd4cd2b01052bcbdb5e8ec5b;p=xonotic%2Fdarkplaces.git allow more font sizes git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@10676 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/draw.h b/draw.h index 317a0f76..d2ea5daf 100644 --- a/draw.h +++ b/draw.h @@ -100,7 +100,7 @@ typedef struct ft2_settings_s float outline, blur, shadowx, shadowy, shadowz; } ft2_settings_t; -#define MAX_FONT_SIZES 8 +#define MAX_FONT_SIZES 16 #define MAX_FONT_FALLBACKS 3 typedef struct dp_font_s {