xerpi / sftdlib

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

'\r' is now handled by sftd_draw_text #17

Closed BernardoGiordano closed 8 years ago

BernardoGiordano commented 8 years ago

I noticed that sftd doesn't handle carriage return as special character, and that it should be included to avoid unexpected characters while displaying the text (for example .txt files downloaded from the internet and stored in a char*). Including this modification, sftd_draw_text doesn't display unexpected characters related to carriage return anymore.