You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 3rdparty/imgui/include/imconfig.h
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -93,7 +93,7 @@
93
93
// - plutosvg is currently easier to install, as e.g. it is part of vcpkg. It will support more fonts and may load them faster. See misc/freetype/README for instructions.
94
94
// - Both require headers to be available in the include path + program to be linked with the library code (not provided).
95
95
// - (note: lunasvg implementation is based on Freetype's rsvg-port.c which is licensed under CeCILL-C Free Software License Agreement)
96
-
#defineIMGUI_ENABLE_FREETYPE_PLUTOSVG
96
+
//#define IMGUI_ENABLE_FREETYPE_PLUTOSVG
97
97
//#define IMGUI_ENABLE_FREETYPE_LUNASVG
98
98
99
99
//---- Use stb_truetype to build and rasterize the font atlas (default)
0 commit comments