mirror of
				https://github.com/Drezil/imgui.git
				synced 2025-11-04 07:01:04 +01:00 
			
		
		
		
	Examples: Simplified font examples comments.
This commit is contained in:
		@@ -11231,7 +11231,7 @@ void ImGui::ShowTestWindow(bool* opened)
 | 
			
		||||
 | 
			
		||||
        if (ImGui::TreeNode("Fonts", "Fonts (%d)", ImGui::GetIO().Fonts->Fonts.Size))
 | 
			
		||||
        {
 | 
			
		||||
            ImGui::TextWrapped("Tip: Load fonts with GetIO().Fonts->AddFontFromFileTTF().");
 | 
			
		||||
            ImGui::TextWrapped("Tip: Load fonts with io.Fonts->AddFontFromFileTTF().");
 | 
			
		||||
            ImFontAtlas* atlas = ImGui::GetIO().Fonts;
 | 
			
		||||
            if (ImGui::TreeNode("Atlas texture"))
 | 
			
		||||
            {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user