Trimming mathtype equation boundary spacing
Hi
I want reduce mathtype equation left, right, top and bottom spacing in indesign file.
But some of serif characters hide when trimming the space.
Here is my code. Please help
for (var i = 0; i < graphics.length; i++) {
link = graphics.itemLink;
image = link.parent;
frame = image.parent;
frame0=Math.round(frame.geometricBounds[0]);
frame1=Math.round(frame.geometricBounds[1]);
frame2=Math.round(frame.geometricBounds[2]);
frame3=Math.round(frame.geometricBounds[3]);
frame.geometricBounds = [frame0, frame1+2, frame2, frame3-2];
}
Thanks
Balaji
