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
Immediate mode 3D gizmo for scene editing and other controls based on Dear Imgui.
263
265
264
266
## Freetype
265
267
By default, Dear ImGui uses stb-truetype to render fonts. Yet there is an option to use FreeType font renderer. Go to the [imgui_freetype](https://github.com/ocornut/imgui/tree/256594575d95d56dda616c544c509740e74906b4/misc/freetype) to read about the difference.
@@ -277,7 +279,7 @@ You can still use freetype binaries for Windows builds without worry though.
277
279
**For better fonts** use freetype binaries.<br>
278
280
Don't forget to make clear for your Linux/Mac users, that they will need to install freetype on their systems as well.
279
281
280
-
### How To Use
282
+
### How To Use FreeType
281
283
- Maven/Gradle:<br>
282
284
Use the same native libraries as you would, but with `-ft` suffix in the end.
0 commit comments