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:
		| @@ -793,6 +793,7 @@ namespace ImGui | ||||
| } // namespace ImGui | ||||
|  | ||||
| // ImFontAtlas internals | ||||
| IMGUI_API bool              ImFontAtlasBuildWithStbTruetype(ImFontAtlas* atlas); | ||||
| 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); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user