diff options
Diffstat (limited to 'src/citra_qt/util/util.h')
| -rw-r--r-- | src/citra_qt/util/util.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/citra_qt/util/util.h b/src/citra_qt/util/util.h new file mode 100644 index 000000000..0787f9eb7 --- /dev/null +++ b/src/citra_qt/util/util.h | |||
| @@ -0,0 +1,8 @@ | |||
| 1 | // Copyright 2015 Citra Emulator Project | ||
| 2 | // Licensed under GPLv2 or any later version | ||
| 3 | // Refer to the license.txt file included. | ||
| 4 | |||
| 5 | #include <QFont> | ||
| 6 | |||
| 7 | /// Returns a QFont object appropriate to use as a monospace font for debugging widgets, etc. | ||
| 8 | QFont GetMonospaceFont(); | ||