11 lines
331 B
C++
11 lines
331 B
C++
// Copyright 2008 Dolphin Emulator Project
|
|
// Licensed under GPLv2+
|
|
// Refer to the license.txt file included.
|
|
|
|
#include "DolphinWX/Debugger/DebuggerUIUtil.h"
|
|
#include <wx/font.h>
|
|
|
|
// The default font
|
|
wxFont DebuggerFont{9, wxFONTFAMILY_MODERN, wxFONTSTYLE_NORMAL, wxFONTWEIGHT_NORMAL,
|
|
false, "monospace"};
|