git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@206 e54a6e83-5905-42d5-8d5c-058d10e6a962


Origin commit data
------------------
Branch: ni/coolstream
Commit: 45f9fc1e75
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2010-01-24 (Sun, 24 Jan 2010)



------------------
This commit was generated by Migit
This commit is contained in:
Jacek Jendrzej
2010-01-24 08:57:44 +00:00
parent 9be2ae41fc
commit ad91501a77

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)