mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-05-30 18:16:31 +03:00
Allow multiple fallback fonts.
Reduced allocations and improved logs in LSP Plugin. Added String::split for std::string_view. Added support for std::string_view in Log.
This commit is contained in:
@@ -3407,7 +3407,7 @@ void App::init( const LogLevel& logLevel, std::string file, const Float& pidelDe
|
||||
|
||||
mFallbackFont = loadFont( "fallback-font", "fonts/DroidSansFallbackFull.ttf" );
|
||||
if ( mFallbackFont )
|
||||
FontManager::instance()->setFallbackFont( mFallbackFont );
|
||||
FontManager::instance()->addFallbackFont( mFallbackFont );
|
||||
|
||||
SceneManager::instance()->add( mUISceneNode );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user