Reduce MAX_FONT_SIZE to 1000.

This commit is contained in:
Huw D M Davies 1999-02-02 10:13:14 +00:00 committed by Alexandre Julliard
parent 4b461128d6
commit 4a0d405f52
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@
#define MAX_FONT_FAMILIES 128
#define MAX_LFD_LENGTH 256
#define MAX_FONT_SIZE 5000 /* Max size in pixels */
#define MAX_FONT_SIZE 1000 /* Max size in pixels */
#define REMOVE_SUBSETS 1
#define UNMARK_SUBSETS 0