mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-06 00:31:43 +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);
|
const Font *getFont(MacFont macFont);
|
||||||
|
|
||||||
private:
|
|
||||||
void loadFonts();
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Return font name from standard ID
|
* Return font name from standard ID
|
||||||
* @param id ID of the font
|
* @param id ID of the font
|
||||||
@ -117,6 +114,9 @@ private:
|
|||||||
const char *getFontName(int id, int size, int slant = kMacFontRegular);
|
const char *getFontName(int id, int size, int slant = kMacFontRegular);
|
||||||
const char *getFontName(MacFont &font);
|
const char *getFontName(MacFont &font);
|
||||||
|
|
||||||
|
private:
|
||||||
|
void loadFonts();
|
||||||
|
|
||||||
void generateFontSubstitute(MacFont &macFont);
|
void generateFontSubstitute(MacFont &macFont);
|
||||||
void generateFont(MacFont &toFont, MacFont &fromFont);
|
void generateFont(MacFont &toFont, MacFont &fromFont);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user