From 6f2672422be8ab986c29297eadd2a8c23280535a Mon Sep 17 00:00:00 2001 From: Andy Meneely Date: Mon, 11 Aug 2014 00:39:00 -0400 Subject: [PATCH] Spacing should be needed for text --- lib/squib/api/text.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/squib/api/text.rb b/lib/squib/api/text.rb index 3896f3e..47325a2 100644 --- a/lib/squib/api/text.rb +++ b/lib/squib/api/text.rb @@ -35,7 +35,7 @@ module Squib # @api public def text(opts = {}) opts = needs(opts, [:range, :str, :font, :x, :y, :width, :height, :color, :wrap, - :align, :justify, :valign, :markup, :ellipsize, :hint, :layout]) + :align, :justify, :spacing, :valign, :markup, :ellipsize, :hint, :layout]) opts[:range].each do |i| @cards[i].text(opts[:str][i], opts[:font][i], opts[:color][i], opts[:x][i], opts[:y][i], opts[:width][i], opts[:height][i],