enum ImGui::ImFontAtlasFlags
Overview
Defined in:
types.crEnum Members
-
None =
0
-
NoPowerOfTwoHeight =
1
-
Don't round the height to next power of two
-
NoMouseCursors =
2
-
Don't build software mouse cursors into the atlas (save a little texture memory)
-
NoBakedLines =
4
-
Don't build thick line textures into the atlas (save a little texture memory, allow support for point/nearest filtering). The AntiAliasedLinesUseTex features uses them, otherwise they will be rendered using polygons (more expensive for CPU/GPU).
-
All =
7