module Magick::RVG::TextConstructors
def text(x = 0, y = 0, text = nil, &block)
be omitted. Optionally, define text chunks within the associated
Draw a text string at (x,y). The string can
def text(x = 0, y = 0, text = nil, &block) t = Text.new(x, y, text, &block) @content << t t end