2015-08-20 01:30:56 +05:30
|
|
|
// Copyright 2015 Citra Emulator Project
|
|
|
|
// Licensed under GPLv2 or any later version
|
|
|
|
// Refer to the license.txt file included.
|
|
|
|
|
2015-08-26 08:36:43 +05:30
|
|
|
#pragma once
|
|
|
|
|
2015-08-20 01:30:56 +05:30
|
|
|
#include <QFont>
|
|
|
|
|
|
|
|
/// Returns a QFont object appropriate to use as a monospace font for debugging widgets, etc.
|
|
|
|
QFont GetMonospaceFont();
|