add stb_truetype/freetype2 flags to readme

git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@496 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
NishiOwO
2025-10-26 19:34:22 +00:00
parent 2dfd86962d
commit fb48171e3f
2 changed files with 28 additions and 20 deletions

View File

@@ -84,6 +84,10 @@ D. MinGW-w64/GCC/Clang
USE_STB_IMAGE - Use stb_image or not.
USE_STB_TRUETYPE - Use stb_truetype or not.
USE_FREETYPE2 - Use FreeType2 or not.
PREFIX - Installation destination directory.

View File

@@ -131,6 +131,10 @@ c("OPENGL - Build OpenGL widget or not.", 60);
l("");
c("USE_STB_IMAGE - Use stb_image or not.", 60);
l("");
c("USE_STB_TRUETYPE - Use stb_truetype or not.", 60);
l("");
c("USE_FREETYPE2 - Use FreeType2 or not.", 60);
l("");
c("PREFIX - Installation destination directory.", 60);
l("");