Enumerations | |
enum | RasterizerFlags { NoHinting = 1 << 0, NoAutoHint = 1 << 1, ForceAutoHint = 1 << 2, LightHinting = 1 << 3, MonoHinting = 1 << 4, Bold = 1 << 5, Oblique = 1 << 6, Monochrome = 1 << 7 } |
Functions | |
IMGUI_API bool | BuildFontAtlas (ImFontAtlas *atlas, unsigned int extra_flags=0) |
IMGUI_API void | SetAllocatorFunctions (void *(*alloc_func)(size_t sz, void *user_data), void(*free_func)(void *ptr, void *user_data), void *user_data=NULL) |
Enumerator | |
---|---|
NoHinting | |
NoAutoHint | |
ForceAutoHint | |
LightHinting | |
MonoHinting | |
Bold | |
Oblique | |
Monochrome |
Definition at line 18 of file imgui_freetype.h.
bool ImGuiFreeType::BuildFontAtlas | ( | ImFontAtlas * | atlas, |
unsigned int | extra_flags = 0 |
||
) |
Definition at line 652 of file imgui_freetype.cpp.