mirror of
https://github.com/Drezil/imgui.git
synced 2025-10-30 04:31:06 +01:00
ImFontAtlas: Re-arranging code to simplify implementation of imgui_freetype. (#618)
This commit is contained in:
@@ -792,8 +792,9 @@ namespace ImGui
|
||||
|
||||
} // namespace ImGui
|
||||
|
||||
// ImFontAtlas
|
||||
// ImFontAtlas internals
|
||||
IMGUI_API void ImFontAtlasBuildRegisterDefaultCustomRects(ImFontAtlas* atlas);
|
||||
IMGUI_API void ImFontAtlasBuildSetupFont(ImFontAtlas* atlas, ImFont* font, ImFontConfig* font_config, float ascent, float descent);
|
||||
IMGUI_API void ImFontAtlasBuildPackCustomRects(ImFontAtlas* atlas, void* spc);
|
||||
IMGUI_API void ImFontAtlasBuildRenderDefaultTexData(ImFontAtlas* atlas);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user