mirror of
				https://github.com/Drezil/imgui.git
				synced 2025-11-03 22:51:06 +01:00 
			
		
		
		
	Merge branch 'master' into docking
# Conflicts: # backends/imgui_impl_glfw.cpp # backends/imgui_impl_opengl3.cpp # docs/CHANGELOG.txt
This commit is contained in:
		@@ -1,4 +1,4 @@
 | 
			
		||||
// dear imgui, v1.86
 | 
			
		||||
// dear imgui, v1.87 WIP
 | 
			
		||||
// (internal structures/api)
 | 
			
		||||
 | 
			
		||||
// You may use this file to debug, understand or extend ImGui features but we don't provide any guarantee of forward compatibility!
 | 
			
		||||
@@ -3104,7 +3104,9 @@ struct ImFontBuilderIO
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
// Helper for font builder
 | 
			
		||||
#ifdef IMGUI_ENABLE_STB_TRUETYPE
 | 
			
		||||
IMGUI_API const ImFontBuilderIO* ImFontAtlasGetBuilderForStbTruetype();
 | 
			
		||||
#endif
 | 
			
		||||
IMGUI_API void      ImFontAtlasBuildInit(ImFontAtlas* atlas);
 | 
			
		||||
IMGUI_API void      ImFontAtlasBuildSetupFont(ImFontAtlas* atlas, ImFont* font, ImFontConfig* font_config, float ascent, float descent);
 | 
			
		||||
IMGUI_API void      ImFontAtlasBuildPackCustomRects(ImFontAtlas* atlas, void* stbrp_context_opaque);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user