mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-05 08:11:39 +00:00
GRAPHICS: Declared few methods in MacFontManager public
This commit is contained in:
parent
0eac022f55
commit
e19cb15943
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user