Progress on poker logic
This commit is contained in:
@ -37,7 +37,7 @@ float_t TrueTypeFont::getScale(float_t scale) {
|
||||
|
||||
float_t TrueTypeFont::getSpaceSize(float_t fontSize) {
|
||||
assertTrue(fontSize > 0);
|
||||
return mathRoundFloat(this->fontSize * 0.3f);
|
||||
return mathRound<float_t>(this->fontSize * 0.3f);
|
||||
}
|
||||
|
||||
float_t TrueTypeFont::getInitialLineHeight(float_t fontSize) {
|
||||
|
Reference in New Issue
Block a user