forked from dolphin-emu/dolphin
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			285 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			285 B
		
	
	
	
		
			C++
		
	
	
	
	
	
// Copyright 2008 Dolphin Emulator Project
 | 
						|
// Licensed under GPLv2+
 | 
						|
// Refer to the license.txt file included.
 | 
						|
 | 
						|
#include <wx/font.h>
 | 
						|
#include "DolphinWX/Debugger/DebuggerUIUtil.h"
 | 
						|
 | 
						|
// The default font
 | 
						|
wxFont DebuggerFont = wxFont(9, wxMODERN, wxNORMAL, wxNORMAL, false, "monospace");
 | 
						|
 |