Show
Ignore:
Timestamp:
07/04/08 03:46:13 (5 months ago)
Author:
krobillard
Message:

Thune

  • Implemented date!. Added ur_arrayExpand(), save.

ThuneGL

  • Added line-edit widget, blit, move-glyphs.
  • Can now make font from texture & binary.
  • Optimized renderGlyphXY() a bit.
  • twidget close event handler works again.
  • Updated thune-gl.spec for renamed glv RPM.
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/thune/gl/TexFont.h

    r533 r540  
    6161                         const TexFontGlyph* right ); 
    6262extern void txf_swap( TexFont* ); 
     63extern void txf_moveGlyphs( TexFont*, int dx, int dy ); 
    6364extern int  txf_width( const TexFont*, const char* it, const char* end ); 
    6465extern int  txf_lineSpacing( const TexFont* );