Skip to content
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.

Commit

Permalink
config hotfix
Browse files Browse the repository at this point in the history
config hotfix
  • Loading branch information
kualta authored Oct 10, 2021
2 parents f135e57 + 16302df commit 37037d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/GUI/GUIModule.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ void GUIModule::SetStandardFont(const float ratio) {

ImFontConfig thinFontConfig;
thinFontConfig.OversampleH = 3;
thinFontConfig.OversampleV = 1;
thinFontConfig.RasterizerMultiply = 2.0f;
thinFontConfig.OversampleV = 2;
thinFontConfig.RasterizerMultiply = 1.9f;

ImGui::GetIO().Fonts->Clear();
ImGui::GetIO().Fonts->AddFontFromFileTTF((fontsPath + "DejaVuSans-ExtraLight.ttf").c_str(), 14.0f * ratio, &thinFontConfig);
Expand Down

0 comments on commit 37037d7

Please sign in to comment.