baselineLocs make me confused
let say run this code with a text layer selected:
var cc = app.project.activeItem;
var sel = cc.selectedLayers[0];
alert(
sel.text.sourceText.value.baselineLocs
);
it always show me like 0,0,xxx,0
and the xxx is exactly the width of the text
why call it baseline?

(not the green line, but red is at 686)
any idea?
