ifdef on simon font to up the res of simon.
you will need to rename your old simon font to pspsimon only english is effected.
This commit is contained in:
@@ -832,11 +832,15 @@ void ResourceManagerImpl::InitFonts(const std::string& inLang)
|
|||||||
}
|
}
|
||||||
|
|
||||||
mFontFileExtension = kExtension_png;
|
mFontFileExtension = kExtension_png;
|
||||||
LoadWFont("simon", 11, Fonts::MAIN_FONT + idOffset);
|
|
||||||
GetWFont(Fonts::MAIN_FONT)->SetTracking(-1);
|
|
||||||
#if defined (PSP)
|
#if defined (PSP)
|
||||||
|
LoadWFont("pspsimon", 11, Fonts::MAIN_FONT + idOffset);
|
||||||
|
GetWFont(Fonts::MAIN_FONT)->SetTracking(-1);
|
||||||
LoadWFont("pspf3", 16, Fonts::MENU_FONT + idOffset);
|
LoadWFont("pspf3", 16, Fonts::MENU_FONT + idOffset);
|
||||||
#else
|
#else
|
||||||
|
LoadWFont("simon", 11, Fonts::MAIN_FONT + idOffset);
|
||||||
|
GetWFont(Fonts::MAIN_FONT)->SetTracking(-1);
|
||||||
LoadWFont("f3", 16, Fonts::MENU_FONT + idOffset);
|
LoadWFont("f3", 16, Fonts::MENU_FONT + idOffset);
|
||||||
#endif
|
#endif
|
||||||
LoadWFont("magic", 16, Fonts::MAGIC_FONT + idOffset);
|
LoadWFont("magic", 16, Fonts::MAGIC_FONT + idOffset);
|
||||||
|
|||||||
Reference in New Issue
Block a user