Method: PSD::TypeTool#sizes
- Defined in:
- lib/psd/layer_info/typetool.rb
#sizes ⇒ Object
Return all font sizes for this layer.
73 74 75 76 |
# File 'lib/psd/layer_info/typetool.rb', line 73 def sizes return [] if engine_data.nil? || !styles.has_key?('FontSize') styles['FontSize'].uniq end |