Changeset 1142
- Timestamp:
- 04/13/11 09:59:53 (2 years ago)
- File:
-
- 1 edited
-
trunk/lib/font/rbf_font.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/font/rbf_font.c
r1135 r1142 378 378 int rbf_draw_string_len(int x, int y, int len, const char *str, color cl) { 379 379 // 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); 381 381 382 382 // Fill any remaining space on right with background color
Note: See TracChangeset
for help on using the changeset viewer.