blob: e3a399aa92bc9bc64c87fe53c5ae9cd1158136c2 (
plain)
1
2
3
4
5
6
7
8
9
10
|
// 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");
|