aboutsummaryrefslogtreecommitdiff
path: root/graphics/macgui/macwindowmanager.h
diff options
context:
space:
mode:
authorEugene Sandulenko2016-08-03 17:28:15 +0200
committerEugene Sandulenko2016-08-03 17:28:15 +0200
commit7c12e80552af036d8029b6fc197403e25a879e66 (patch)
tree8e7bc98c5ac3a4f4d4db00b93ff5a08f05d8f2c5 /graphics/macgui/macwindowmanager.h
parent01a240ca815d9b41b7ab903a4077ae11bb98e77a (diff)
downloadscummvm-rg350-7c12e80552af036d8029b6fc197403e25a879e66.tar.gz
scummvm-rg350-7c12e80552af036d8029b6fc197403e25a879e66.tar.bz2
scummvm-rg350-7c12e80552af036d8029b6fc197403e25a879e66.zip
WAGE/GRAPHICS: Move standard Mac font mapping to gui/
Diffstat (limited to 'graphics/macgui/macwindowmanager.h')
-rw-r--r--graphics/macgui/macwindowmanager.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/graphics/macgui/macwindowmanager.h b/graphics/macgui/macwindowmanager.h
index 22731a142e..3c1d89ddde 100644
--- a/graphics/macgui/macwindowmanager.h
+++ b/graphics/macgui/macwindowmanager.h
@@ -116,6 +116,13 @@ public:
const Font *getFont(const char *name, FontManager::FontUsage fallback);
/**
+ * Return font name from standard ID
+ * @param id ID of the font
+ * @return the font name or NULL if ID goes beyond the mapping
+ */
+ const char *getFontName(int id);
+
+ /**
* Create a window with the given parameters.
* Note that this method allocates the necessary memory for the window.
* @param scrollable True if the window has to be scrollable.