mirror of
				https://github.com/ocornut/imgui.git
				synced 2025-11-03 17:24:24 +00:00 
			
		
		
		
	Examples: Tweaks.
This commit is contained in:
		@@ -61,7 +61,7 @@ int main(int argc, char** argv)
 | 
			
		||||
    UpdateWindow(hwnd);
 | 
			
		||||
 | 
			
		||||
    // ImGui
 | 
			
		||||
    ImGui_ImplDX9_Init(hwnd, pd3dDevice, true);
 | 
			
		||||
    ImGui_ImplDX9_Init(hwnd, pd3dDevice);
 | 
			
		||||
    //ImGuiIO& io = ImGui::GetIO();
 | 
			
		||||
    //ImFont* my_font1 = io.Fonts->AddFontDefault();
 | 
			
		||||
    //ImFont* my_font2 = io.Fonts->AddFontFromFileTTF("extra_fonts/Karla-Regular.ttf", 15.0f);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user