mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-27 15:32:52 +02:00
#ifndef
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:
@@ -507,7 +507,9 @@ void Font::RenderString(int x, int y, const int width, const char *text, const u
|
|||||||
int w = glyph->width;
|
int w = glyph->width;
|
||||||
int h = glyph->height;
|
int h = glyph->height;
|
||||||
int pitch = glyph->pitch;
|
int pitch = glyph->pitch;
|
||||||
|
#ifndef USE_NEVIS_GXA
|
||||||
if(ap>-1){
|
if(ap>-1){
|
||||||
|
#endif
|
||||||
for (int ay=0; ay<h; ay++)
|
for (int ay=0; ay<h; ay++)
|
||||||
{
|
{
|
||||||
#ifndef USE_NEVIS_GXA
|
#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;
|
d += stride;
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
#ifndef USE_NEVIS_GXA
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
x+=glyph->xadvance+1;
|
x+=glyph->xadvance+1;
|
||||||
//x+=glyph->xadvance;
|
//x+=glyph->xadvance;
|
||||||
if(pen1>x)
|
if(pen1>x)
|
||||||
|
Reference in New Issue
Block a user