Capture instances size into an attribute

Hi!
I am creating a geometry node setup, I have a String to Curves and Bounding Box of each letter, I want to capture the range (Vector with Attribute Statistic) of each instance (letter) to use it to create a base for each letter according their individual heights. I tried with Named Attribute and Capture Attribute, maybe I have to do it with Sample Index node or something?
Any help is appreciated!

Thanks!

This is super annoying that when dealing with instances that Bounding Box values report (0,0,0)…

This is the super annoying workaround (just for calculating the bounding box sizes):

If you want the bounding box dimensions for each letter instance, add these widths and heights to the instance positions.

For your use-case, you could just realize the bounding boxes and use those as your bases? That may be a simpler solution :man_shrugging:

Sorry 4 u.

As you said, very annoying have to do all that just to calculate the bounding box size, I’ll try with your method, thanks a lot! =)

Hello guys! Thanks for sharing this trick. Is it possible to get bounding boxes of the text with multiple lines. So basically I need beginning of every line so I can position special symbols beforehand. Thanks


or

Thank you sir!