Minor formatting in language.h
This commit is contained in:
parent
05d8d189f6
commit
aee71c543e
@ -276,7 +276,13 @@
|
|||||||
|
|
||||||
#include INCLUDE_LANGUAGE
|
#include INCLUDE_LANGUAGE
|
||||||
|
|
||||||
#if DISABLED(SIMULATE_ROMFONT) && DISABLED(DISPLAY_CHARSET_ISO10646_1) && DISABLED(DISPLAY_CHARSET_ISO10646_5) && DISABLED(DISPLAY_CHARSET_ISO10646_KANA) && DISABLED(DISPLAY_CHARSET_ISO10646_GREEK) && DISABLED(DISPLAY_CHARSET_ISO10646_CN) && DISABLED(DISPLAY_CHARSET_ISO10646_TR)
|
#if DISABLED(SIMULATE_ROMFONT) \
|
||||||
|
&& DISABLED(DISPLAY_CHARSET_ISO10646_1) \
|
||||||
|
&& DISABLED(DISPLAY_CHARSET_ISO10646_5) \
|
||||||
|
&& DISABLED(DISPLAY_CHARSET_ISO10646_KANA) \
|
||||||
|
&& DISABLED(DISPLAY_CHARSET_ISO10646_GREEK) \
|
||||||
|
&& DISABLED(DISPLAY_CHARSET_ISO10646_CN) \
|
||||||
|
&& DISABLED(DISPLAY_CHARSET_ISO10646_TR)
|
||||||
#define DISPLAY_CHARSET_ISO10646_1 // use the better font on full graphic displays.
|
#define DISPLAY_CHARSET_ISO10646_1 // use the better font on full graphic displays.
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user