Changeset 541 for abuse/trunk/src/imlib/fonts.cpp
- Timestamp:
- Apr 24, 2011, 10:33:40 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
abuse/trunk/src/imlib/fonts.cpp
r533 r541 74 74 letters->put_part(&tmp,0,0,((int)ch%32)*tl,((int)ch/32)*th, 75 75 ((int)ch%32)*tl+tl-1,((int)ch/32)*th+th-1,1); 76 let[ch]=new T Image(&tmp,"JCfont");76 let[ch]=new TransImage(&tmp,"JCfont"); 77 77 } 78 78 }
Note: See TracChangeset
for help on using the changeset viewer.