Changeset 1142


Ignore:
Timestamp:
04/13/11 09:59:53 (2 years ago)
Author:
msl
Message:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/font/rbf_font.c

    r1135 r1142  
    378378int rbf_draw_string_len(int x, int y, int len, const char *str, color cl) { 
    379379    // Draw string characters 
    380     int l = rbf_draw_string(x, y, str, cl); 
     380    int l = rbf_draw_clipped_string(x, y, str, cl, 0, len); 
    381381 
    382382    // Fill any remaining space on right with background color 
Note: See TracChangeset for help on using the changeset viewer.