enum ImGui::ImFontAtlasFlags

Overview

enum ImFontAtlasFlags_

Defined in:

types.cr

Enum 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).

Instance Method Summary

Instance Method Detail

def no_baked_lines? #

[View source]
def no_mouse_cursors? #

[View source]
def no_power_of_two_height? #

[View source]
def none? #

[View source]