When adjusting a paragraph text box in Photoshop, the layout will show one thing live (while dragging) and then reflow/respace the text once the box handle is released.
I have been editing a couple thousand PSD files with text and images and this reflow is annoying to say the least.
42 point Calibri, 42 point line spacing, Metrics for letterspacing, document at 100%, Win 7 Pro. Latest Photoshop release with Legacy compositing enabled.
I have been editing a couple thousand PSD files with text and images and this reflow is annoying to say the least.
42 point Calibri, 42 point line spacing, Metrics for letterspacing, document at 100%, Win 7 Pro. Latest Photoshop release with Legacy compositing enabled.

David Converse
And yes I have been using Calibri but it happens with Myriad Pro, Adobe Caslon Pro, Times New Roman, Adobe Garamond Pro, exactly the same.
You can see it with the built-in placeholder text too.
Vinod Balakrishnan
-Vinod
Employee
David Converse
Thank you for the help, I now know what the difference is in the composers and can see it when adjusting the textitem size.
David Converse
var LayerRef = docRef.artLayers[i];
if(LayerRef.kind == LayerKind.TEXT){
var TextRef = LayerRef.textItem;
TextRef.textComposer = TextComposer.ADOBESINGLELINE;
}
}