change font scale based on ui scale, fix brush outline color
This commit is contained in:
@@ -130,8 +130,8 @@ void App::initAssets()
|
||||
LOG("initializing assets");
|
||||
FontManager::init();
|
||||
LOG("initializing assets loading fonts");
|
||||
FontManager::load(kFont::Arial_11, "data/fonts/Roboto-Regular.ttf", 17);
|
||||
FontManager::load(kFont::Arial_30, "data/fonts/Roboto-Regular.ttf", 30);
|
||||
FontManager::load(kFont::Arial_11, "data/fonts/Roboto-Regular.ttf", 17, display_density * zoom);
|
||||
FontManager::load(kFont::Arial_30, "data/fonts/Roboto-Regular.ttf", 30, display_density * zoom);
|
||||
|
||||
LOG("initializing assets create sampler");
|
||||
sampler.create(GL_NEAREST);
|
||||
|
||||
Reference in New Issue
Block a user