mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 23:13:13 +02:00
#ifndef
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@206 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user