diff options
Diffstat (limited to 'graphics/macgui/macfontmanager.h')
-rw-r--r-- | graphics/macgui/macfontmanager.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/macgui/macfontmanager.h b/graphics/macgui/macfontmanager.h index e429eeaada..09fd0aeaca 100644 --- a/graphics/macgui/macfontmanager.h +++ b/graphics/macgui/macfontmanager.h @@ -105,9 +105,6 @@ public: */ const Font *getFont(MacFont macFont); -private: - void loadFonts(); - /** * Return font name from standard ID * @param id ID of the font @@ -117,6 +114,9 @@ private: const char *getFontName(int id, int size, int slant = kMacFontRegular); const char *getFontName(MacFont &font); +private: + void loadFonts(); + void generateFontSubstitute(MacFont &macFont); void generateFont(MacFont &toFont, MacFont &fromFont); |