add Sketch::Text

Johnathon E. Wright committed Mar 06, 2012
commit cb29bf2b5fbec76dbe4f755c1aac5d6f8c783fca
Showing 1 changed file with 14 additions and 0 deletions
sketch/text.rb b/lib/sketch/text.rb +14 -0
@@ @@ -0,0 +1,14 @@
+ class Sketch::Text < Sketch::Element
+ has_value :x
+ has_value :y
+ has_value :color
+
+ has_value :dx
+ has_value :dy
+ has_value :rotate
+ has_value :text_length
+ has_value :fill_stroke
+ has_value :font_specification
+ has_value :text_content_elements
+
+ end