updated font rendering + replaced default font file

This commit is contained in:
turanszkij
2016-10-08 14:47:20 +02:00
parent d48cb33de5
commit 80aab74aa4
18 changed files with 269 additions and 271 deletions
+1 -1
View File
@@ -177,7 +177,7 @@ void MainComponent::Compose()
{
ss << "CPU: " << wiCpuInfo::GetCpuPercentage() << "%" << endl;
}
wiFont(ss.str(), wiFontProps(0, 0, infoDisplay.size, WIFALIGN_LEFT, WIFALIGN_TOP, -2)).Draw();
wiFont(ss.str(), wiFontProps(0, 0, infoDisplay.size, WIFALIGN_LEFT, WIFALIGN_TOP)).Draw();
}
// Draw the color grading palette