Method: PSD::TypeTool#to_hash
- Defined in:
- lib/psd/layer_info/typetool.rb
#to_hash ⇒ Object
139 140 141 142 143 144 145 146 147 148 149 |
# File 'lib/psd/layer_info/typetool.rb', line 139 def to_hash { value: text_value, font: font, left: left, top: top, right: right, bottom: bottom, transform: transform } end |