# File lib/gd2/canvas.rb, line 185 def initialize(font, point, angle, string) @font = font @point = point @angle = angle @string = string end