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:
omegablast2002@yahoo.com
2013-04-07 00:32:11 +00:00
parent 5789d0cae4
commit 2a7bcb2170

View File

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