Question / Help Issues with scrolling text when reading from file and GDI text

Chiaki Nanami

New Member
I have 2 issues related to text, the first is when I set a file text it to scroll, it will happen this quite a few times: if the text to be scrolled is "example text" it wil do something like "example textexample textexample text" instead of "example text example text example text", I tried changing the input from the text file itself (if it says "example text" I try to make it like "example text ", and it works until it updates itself and reverts back to normal shortly after.

The second is that I can't change the size of a text while leaving it's height/width intact. I have a overlay with a zone limited for the text, but to fit it in the text has to be ridiculously small (even smaller than what the area is supposed to be) and i only can change the size of the text by using the red lines, changing both height and width.

https://gist.github.com/f88fd10e3244cf85c3a0cf86455e8efe idk why would this be needed in this issue but here it is the log
 
Top