# File lib/gd2/canvas.rb, line 209
      def draw(image, color)
        @font.draw_circle(image.image_ptr, @point.x, @point.y, @radius,
          @text_radius, @fill_portion, @top, @bottom, color)
      end