Enumerations | Functions
ImGuiFreeType Namespace Reference

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)
 

Enumeration Type Documentation

◆ RasterizerFlags

Enumerator
NoHinting 
NoAutoHint 
ForceAutoHint 
LightHinting 
MonoHinting 
Bold 
Oblique 
Monochrome 

Definition at line 18 of file imgui_freetype.h.

Function Documentation

◆ BuildFontAtlas()

bool ImGuiFreeType::BuildFontAtlas ( ImFontAtlas atlas,
unsigned int  extra_flags = 0 
)

Definition at line 652 of file imgui_freetype.cpp.

◆ SetAllocatorFunctions()

void ImGuiFreeType::SetAllocatorFunctions ( void *(*)(size_t sz, void *user_data)  alloc_func,
void(*)(void *ptr, void *user_data)  free_func,
void user_data = NULL 
)

Definition at line 676 of file imgui_freetype.cpp.



libaditof
Author(s):
autogenerated on Wed May 21 2025 02:07:10