I'd like to know if there is a plugin that writes down all the distances between a layer from its all four sides to all objects near to it, and then do this for all layers. Or at least write down width and height of all layers into one layer.
|
I don't know of any plug-ins but you can pull layer dimensions with javascript. A developer I work with has a jsx set up to grab the dimensions, position, and name of each group in the sprite files I provide. He outputs the results directly to CSS. You could just send it to the a text file or whatever suits you. |
|||
|
|
|
Doesn't do exactly what you're after, but this plugin lets you set grids that will help with web layouts: You could then snap to the grids, setting your layers etc to certain width/heights. |
|||
|
|
|
I've never seen a plugin that does this, but I'm not sure this is something you should be doing in the first place. Implementations should support text resizing and assume that elements will change size as business requirements and functionality change. |
|||||||||||||
|
