new font files, fixed some font issues

This commit is contained in:
Eduardo Bart
2011-11-01 00:35:50 -02:00
parent 841769cc7d
commit 999fa731c0
40 changed files with 279 additions and 1067 deletions

View File

@@ -45,6 +45,7 @@ void UILineEdit::render()
int textLength = m_text.length();
const TexturePtr& texture = m_font->getTexture();
g_graphics.bindColor(m_foregroundColor);
for(int i=0;i<textLength;++i)
g_graphics.drawTexturedRect(m_glyphsCoords[i], texture, m_glyphsTexCoords[i]);