Project1
标题:
描述那里怎么自动换行
[打印本页]
作者:
ni838746001
时间:
2011-7-30 11:33
标题:
描述那里怎么自动换行
text=description#技能的描述
#描绘描叙
while ((text = description.slice!(/./m)) != nil)
self.contents.font.color = normal_color
self.contents.font.size=11
self.contents.draw_text(x*11, y*11+5, 11, 11, text, 0)
x+=1
if x==11#每行11个字
x=0
y+=1
end
end
好像那里有错误的?
dsu_plus_rewardpost_czw
作者:
fux2
时间:
2011-7-30 11:37
本帖最后由 fux2 于 2011-7-30 13:12 编辑
[*0..2].each {|i|self.contents.draw_text(x*11, y*11+5+i*11, 11, 11, text[0+i*15,15], 0)}
复制代码
数值自己调
欢迎光临 Project1 (https://rpg.blue/)
Powered by Discuz! X3.1