# File gglib/ext/widgets.rb, line 224 def draw i=0 @text.each {|line| @them.font.default.draw(line, 10, 10+i*@font.height, ZOrder::Text, 1.0, 1.0, 0xffffffff) i+=1 } end