# File lib/gd2/canvas.rb, line 381 def text_circle(top, bottom, radius, text_radius, fill_portion) TextCircle.new(get_font, @point, radius, text_radius, fill_portion, top, bottom).draw(@image, pixel) end