Laguna1989 / JamTemplateCpp

This is the JamTemplate for kickstarting your gamejam entry. It will compile C++20 code for native (Win, Linux, Mac) and web (webassembly) games.
Creative Commons Zero v1.0 Universal
22 stars 3 forks source link

sfml text align for multiline text #32

Open Laguna1989 opened 3 years ago

Laguna1989 commented 3 years ago

Multiline text defintion:

This behaves differently for SFML (code) and SDL (code) builds due to differences between the implementations. SFML considers the full text box, while SDL considers each line (which results in the proper result)

Possible solution

Please check

Laguna1989 commented 3 years ago

textalign right is already fixed. Mulitline text not yet fully supported.