Question
Quick way to determine if PSD has text layers
In the interest of efficiency, without looping over all layers (whould can get slow), is it possible to determine if a .PSD countains or does not contain text layers?
Sort of like this?
var hasText = app.activeDocument.textLayers;- But obviously that won't work.
