The text value for the text layerメs Source Text property.String; read/write.
Monthly Archives: March 2015
strokeWidth
The text layerメs stroke thickness in pixels. NOTE: If the text layer has different stroke width settings for each character, this attribute returns the sett
strokeOverFill
Indicates the rendering order for the fill and stroke of a text layer. When true, the stroke appears over the fill.NOTE: If the text layer has different fil
strokeColor
The text layerメs stroke color, as an array of [r, g, b] floating-point values. For example, in an 8-bpc project, a red value of 255 would be 1.0, and in a 3
pointText
True if a text layer is a layer of point unbounded text; otherwise false.Boolean; read-only.
justification
The paragraph justification for the text layer.AParagraphJustification enumerated value; read-only. One of:ParagraphJustification.LEFT_JUSTIFYParagraphJusti
fontSize
The text layerメs font size in pixels.NOTE: If the text layer has different font size settings for each character, this attribute returns the setting for the
font
The text layerメs font specified by its PostScript name.NOTE: If the text layer has different font settings for each character, this attribute returns the se
fillColor
The text layerメs fill color, as an array of [r, g, b] floating-point values. For example, in an 8-bpc project, a red value of 255 would be 1.0, and in a 32-
boxTextSize
The size of a paragraph box text layer as a [width, height] array of pixel dimensions.Array of two integers minimum value of 1 ; read/write.