Displaying left-aligned text

Hi everybody

Does anybody know how I can display left-aligned text in Psychopy?

Thanks

Python

text_component.alignText='left'
text_component.anchorHoriz='left'

PsychoJS
text_component.setAlignHoriz('left');

Alternatively, textbox component handles anchoring and alignments in the Layout tab

Can I present my sentences in one line?

sometimes, my critical region and the next region are in the second line. At the end of the day, Idk whether participants experienced delays in their reading due to the critical region being in the second line or the delay occurs because of the condition of each sentence.

The number of words presented in one line is limited by your wrap width and your font size.

1 Like