Index: ttf.c =================================================================== --- ttf.c (revision 38299) +++ ttf.c (revision 38300) @@ -51,7 +51,11 @@ #include "menu_internal.c" -#define MAX_SIMPLE_POLY_POINTS 256 +#ifdef PCB_WANT_FONT2 +# define MAX_SIMPLE_POLY_POINTS RND_FONT2_MAX_SIMPLE_POLY_POINTS +#else +# define MAX_SIMPLE_POLY_POINTS 256 +#endif static void str_init(pcb_ttf_stroke_t *s) {