xerpi / sftdlib

Simple and Fast Text Drawing library for the Nintendo 3DS
MIT License
30 stars 6 forks source link

sftd_draw_text_wrap() doesn't recognize '\n' as a special character #19

Open dragos240 opened 8 years ago

dragos240 commented 8 years ago

sftd_draw_text_wrap() treats '\n' as a normal character. It shows up as a box. Could you make it so that this function treats '\n' as a special character?