Question
any idea for areaText vertical align via script
var labelPath = grp.pathItems.rectangle(10, 0, 100, 20);
var labelText = grp.textFrames.areaText(labelPath);
labelText.contents = "label text";
labelText.name = "label";
I want the text to appear in the same place even when I change the font.
Does anyone know how to achieve this while centering text vertically on a path?
