takkaO / OpenFontRender

TTF font render support library for microcomputer.
Other
105 stars 16 forks source link

Feature request: text wrap #25

Open currycooqoo opened 1 year ago

currycooqoo commented 1 year ago

I want you to increase the function of wrap operation

for LovyanGFX setTextWrap(true, true) If the first argument is true, move to the left edge after reaching the right edge. If the second argument is true, it will move to the top after reaching the bottom. (If omitted: false)

Thanks.

takkaO commented 1 year ago

Thank you for using this library 😊

I will try to implement it.