mirror of
https://gitea.nishi.boats/pyrite-dev/milsko
synced 2026-01-17 14:44:07 +00:00
add MwNbitmapFont
This commit is contained in:
@@ -593,8 +593,12 @@ void MwSetDefault(MwWidget handle) {
|
||||
inherit_integer(handle, MwNmodernLook, 1);
|
||||
#endif
|
||||
#if defined(USE_STB_TRUETYPE) || defined(USE_FREETYPE2)
|
||||
inherit_integer(handle, MwNbitmapFont, 0);
|
||||
|
||||
set_font(handle);
|
||||
set_boldfont(handle);
|
||||
#else
|
||||
inherit_integer(handle, MwNbitmapFont, 1);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user