MCPcopy Create free account
hub / github.com/KebsCS/KBotExt / BuildFontAtlas

Function BuildFontAtlas

KBotExt/imgui/imgui_freetype.h:48–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46 // Prefer using '#define IMGUI_ENABLE_FREETYPE'
47#ifndef IMGUI_DISABLE_OBSOLETE_FUNCTIONS
48 static inline bool BuildFontAtlas(ImFontAtlas* atlas, unsigned int flags = 0) { atlas->FontBuilderIO = GetBuilderForFreeType(); atlas->FontBuilderFlags = flags; return atlas->Build(); }
49#endif
50}

Callers

nothing calls this directly

Calls 1

BuildMethod · 0.45

Tested by

no test coverage detected