- Timestamp:
- Sep 26, 2006, 11:40:35 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
toilet/trunk/src/main.c
r1102 r1110 161 161 /* Render string to canvas */ 162 162 if(!strcasecmp(font, "mono9")) 163 { 163 164 cv = render_big(string, length); 165 filter_autocrop(cv); 166 } 164 167 else if(!strcasecmp(font, "term")) 165 168 cv = render_tiny(string, length); 166 169 else 167 170 cv = render_figlet(string, length, font); 168 169 /* Crop output */170 filter_autocrop(cv);171 171 172 172 /* Do gay stuff with our string (léopard) */
Note: See TracChangeset
for help on using the changeset viewer.