/[hegemonie]/hegemonie/Interface/UiText.m
ViewVC logotype

Diff of /hegemonie/Interface/UiText.m

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.9 by zaral, Tue Aug 5 12:07:02 2003 UTC revision 1.10 by dam, Thu Aug 7 22:30:49 2003 UTC
# Line 311  _draw_bitmap (const FT_Bitmap *bitmap, f Line 311  _draw_bitmap (const FT_Bitmap *bitmap, f
311        FT_BitmapGlyph bit = (FT_BitmapGlyph)image;        FT_BitmapGlyph bit = (FT_BitmapGlyph)image;
312    
313        _draw_bitmap (&bit->bitmap,        _draw_bitmap (&bit->bitmap,
314                      pen.x / 64.0f + bit->left,                      bit->left,
315                      pen.y / 64.0f + bit->top - bit->bitmap.rows);                      bit->top - bit->bitmap.rows);
316                
317        FT_Done_Glyph (image);        FT_Done_Glyph (image);
318      }      }

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26