* A few bugfixes, a few pixel-precise adjustments.
This commit is contained in:
jean.chalard
2009-01-04 06:34:29 +00:00
parent 0d14207247
commit a85da61604
4 changed files with 9 additions and 8 deletions
+2
View File
@@ -113,6 +113,8 @@ void JLBFont::DrawString(const char *string, float x, float y, int align)
else if (align == JGETEXT_CENTER)
dx -= width/2;
dx = floorf(dx) + 0.1;
dy = floorf(dy);
int index;
while (*p)
{