How to fix the origin of the label

helloo
i have set same x positions of label and y is diffrent but the text in this labels are diffrent so the origin of the labels are chnaged
so how can i fix the origin of label

can you post your code and a screen shot, please

in above image, all the label’s position is same but they are not aligned in same positions
means there starting position is differ as per content how to i set it left aligned

I don’t follow.

@slackmoehrle
He means to say that he want them either left/right aligned…

Solution1:
Try giving them fixed width and align them left.

Solution2:
Change the anchor point of the label to (0,0.5), and then set the position of x as same for all labels.

I see. I do something a bit different when I align objects.
I set the first one and then I use it’s position to set the second.

Use the second to set the third, etc, etc

Yeah, that is also a strategy but different than what he would need. Since all labels are having anchors as (0.5,0.5), so making those labels at same x coordinate, is making them look as center aligned!

thank you so so much for this help :smile: