SM5SVN 9419e1e: Only unload fonts if not used by the next screen. [shakesoda]
This commit is contained in:
@@ -15,6 +15,7 @@ public:
|
||||
Font* LoadFont( const RString &sFontOrTextureFilePath, RString sChars = "" );
|
||||
Font *CopyFont( Font *pFont );
|
||||
void UnloadFont( Font *fp );
|
||||
void PruneFonts();
|
||||
|
||||
/* Warning: This reloads fonts completely, so all BitmapTexts need to be
|
||||
* reset, too. If this isn't done, best case they end up with old font
|
||||
|
||||
Reference in New Issue
Block a user