Changeset 447 for pwntcha/trunk/extras/makefont.c
- Timestamp:
- Jan 10, 2005, 2:23:45 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pwntcha/trunk/extras/makefont.c
r446 r447 61 61 /* Render text to surface */ 62 62 TTF_SetFontStyle(font, TTF_STYLE_NORMAL); 63 surface = TTF_RenderUTF8_Shaded(font, argv[3], fg, bg);63 surface = TTF_RenderUTF8_Shaded(font, text, fg, bg); 64 64 if(!surface) 65 65 {
Note: See TracChangeset
for help on using the changeset viewer.