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.
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.