# File lib/rvg/text.rb, line 177 def text(x=0, y=0, text=nil, &block) t = Text.new(x, y, text, &block) @content << t return t end