Methods that construct text objects within a container
Draw a text string at (x,y). The string can be omitted. Optionally, define text chunks within the associated block.
# File lib/rvg/text.rb, line 178 178: def text(x=0, y=0, text=nil, &block) 179: t = Text.new(x, y, text, &block) 180: @content << t 181: return t 182: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.