In Files

Methods

Class Index [+]

Quicksearch

Magick::RVG::TextConstructors

Methods that construct text objects within a container

Public Instance Methods

text(x=0, y=0, text=nil, &block) click to toggle source

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.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.