赞 | 17 |
VIP | 0 |
好人卡 | 0 |
积分 | 7 |
经验 | 0 |
最后登录 | 2019-10-25 |
在线时间 | 42 小时 |
Lv2.观梦者
- 梦石
- 0
- 星屑
- 736
- 在线时间
- 42 小时
- 注册时间
- 2019-7-4
- 帖子
- 39
|
加入我们,或者,欢迎回来。
您需要 登录 才可以下载或查看,没有帐号?注册会员
x
本帖最后由 Jambako 于 2019-8-18 11:18 编辑
请教各位,
我把字号设置在了15,但是看起来还是很别扭,所以想是不是行间距的问题。
这是我设置字号的代码:
Window_YMP.prototype.refresh = function () {
this.contents.fontSize=15;
this.contents.lineHeight=5;
this.contents.fittingHeight=5;
this.contents.height=5;
this.drawText('我还不知道说点什么', 0, 0, this.Width);
}
除了15那行,剩下三行5的都是在实验那个可以改行间距,但好像不行...要怎么办呢
谢谢! |
|