2013-04-17 23:43:35 -04:00
|
|
|
// Copyright 2013 Dolphin Emulator Project
|
|
|
|
// Licensed under GPLv2
|
|
|
|
// Refer to the license.txt file included.
|
2009-07-06 02:10:26 +00:00
|
|
|
|
2014-02-22 23:36:30 +01:00
|
|
|
#include <wx/font.h>
|
2014-02-17 05:18:15 -05:00
|
|
|
#include "DolphinWX/Debugger/DebuggerUIUtil.h"
|
2009-07-06 02:10:26 +00:00
|
|
|
|
|
|
|
// The default font
|
2014-07-14 21:37:27 +12:00
|
|
|
wxFont DebuggerFont = wxFont(9, wxMODERN, wxNORMAL, wxNORMAL, false, "monospace");
|
2009-07-06 02:10:26 +00:00
|
|
|
|