updated font rendering and gui behaviour

+ texture desc fillout on loading
This commit is contained in:
turanszkij
2016-05-28 16:28:01 +02:00
parent e44755af43
commit ebc10ad42b
12 changed files with 571 additions and 67 deletions
+1 -1
View File
@@ -171,7 +171,7 @@ void MainComponent::Compose()
{
ss << "CPU: " << wiCpuInfo::GetCpuPercentage() << "%" << endl;
}
wiFont(ss.str(), wiFontProps(0, 0, infoDisplay.size, WIFALIGN_LEFT, WIFALIGN_TOP, infoDisplay.size)).Draw();
wiFont(ss.str(), wiFontProps(0, 0, infoDisplay.size, WIFALIGN_LEFT, WIFALIGN_TOP, -2)).Draw();
}
// Draw the color grading palette