# File lib/gd2/canvas.rb, line 198
      def initialize(font, point, radius, text_radius, fill_portion,
          top, bottom)
        @font = font
        @point = point
        @radius = radius
        @text_radius = text_radius
        @fill_portion = fill_portion
        @top = top
        @bottom = bottom
      end