mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-28 07:51:11 +02:00
Fix for last change
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@472 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Commit: eb79a5a016
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2010-03-09 (Tue, 09 Mar 2010)
This commit is contained in:
@@ -4655,7 +4655,7 @@ void RenderChar(int Char, tstPageAttr *Attribute, int zoom, int yoffset)
|
||||
|
||||
if (!(glyph = FT_Get_Char_Index(face, Char)))
|
||||
{
|
||||
#if 0// TUXTXT_DEBUG
|
||||
#if 1// TUXTXT_DEBUG
|
||||
printf("TuxTxt <FT_Get_Char_Index for Char %d %x \"%c\" failed\n", Char, Char, Char);
|
||||
#endif
|
||||
FillRect(PosX, PosY + yoffset, curfontwidth, factor*fontheight, bgcolor);
|
||||
|
Reference in New Issue
Block a user