GRAPHICS: Declared few methods in MacFontManager public

This commit is contained in:
Eugene Sandulenko 2016-10-18 11:24:18 +02:00
parent 0eac022f55
commit e19cb15943

View File

@ -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);