Is it possible to format TextLayer with CSS via this API?
Example:
A PSD file with a simple TextLayer.
And I want to add this .css formating:
font-size: 48px;
font-family: "Arial";
color: rgb(0, 0, 0);
text-shadow: 0 0 3px rgba(117,117,117,1) ;
opacity: 0.49;
line-height: 1.2;
text-align: left;
-moz-transform: matrix( 1,0,-0.04288069702515,1.17234940394686,0,0);
-webkit-transform: matrix( 1,0,-0.04288069702515,1.17234940394686,0,0);
-ms-transform: matrix( 1,0,-0.04288069702515,1.17234940394686,0,0);
position: absolute;
left: 198.159px;
top: 415.75px;
z-index: 4;