nanogui@linuxhacker.org
nanogui@linuxhacker.org
+#if (HAVE BIG5 SUPPORT || HAVE GB2312 SUPPORT)
/* system fixed font looks better when mixed with chinese gb2312 font*/
stdfont = GdCreateFont(psd, MWFONT SYSTEM FIXED, 0, NULL);
#else
stdfont = GdCreateFont(psd, MWFONT SYSTEM VAR, 0, NULL);
#endif
+#if (HAVE BIG5 SUPPORT || HAVE GB2312 SUPPORT)
/*
system fixed font looks better when mixed with chinese gb2312
font*/
stdfont = GdCreateFont(psd, MWFONT SYSTEM FIXED, 0,
NULL);
#else
stdfont = GdCreateFont(psd, MWFONT SYSTEM VAR, 0,
NULL);
#endif
["application/x-zip-compressed" not shown]
nanogui@linuxhacker.org