# File lib/gd2/canvas.rb, line 377
    def text(string, angle = 0.0)
      Text.new(get_font, @point, angle, string).draw(@image, pixel)
    end