Steppable 0.0.1
A CAS project written from scratch in C++
Loading...
Searching...
No Matches
ImGuiFreeType Namespace Reference

Functions

IMGUI_API const ImFontBuilderIOGetBuilderForFreeType ()
 
IMGUI_API void SetAllocatorFunctions (void *(*alloc_func)(size_t sz, void *user_data), void(*free_func)(void *ptr, void *user_data), void *user_data=nullptr)
 

Function Documentation

◆ GetBuilderForFreeType()

const ImFontBuilderIO * ImGuiFreeType::GetBuilderForFreeType ( )
Here is the caller graph for this function:

◆ SetAllocatorFunctions()

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