git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@206 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
satbaby
2010-01-24 08:57:44 +00:00
parent ceb4bdf7f9
commit 45f9fc1e75

View File

@@ -507,7 +507,9 @@ void Font::RenderString(int x, int y, const int width, const char *text, const u
int w = glyph->width;
int h = glyph->height;
int pitch = glyph->pitch;
#ifndef USE_NEVIS_GXA
if(ap>-1){
#endif
for (int ay=0; ay<h; ay++)
{
#ifndef USE_NEVIS_GXA
@@ -557,7 +559,9 @@ void Font::RenderString(int x, int y, const int width, const char *text, const u
d += stride;
#endif
}
#ifndef USE_NEVIS_GXA
}
#endif
x+=glyph->xadvance+1;
//x+=glyph->xadvance;
if(pen1>x)