Project1
标题:
默认字体的阴影怎么更改?
[打印本页]
作者:
fox1313304
时间:
2016-7-18 15:33
标题:
默认字体的阴影怎么更改?
我不想要自带的那个bold效果
有人知道在哪改么
作者:
汪汪
时间:
2016-7-18 15:54
如果是指字体边缘的黑色边线,修改相应bitmap的outlineColor 和outlineWidth 应该就可以吧
/**在CSS格式的文本轮廓的颜色。
* The color of the outline of the text in CSS format.
*
* @property outlineColor
* @type String
*/
this.outlineColor = 'rgba(0, 0, 0, 0.5)';
/**文字轮廓的宽度。
* The width of the outline of the text.
*
* @property outlineWidth
* @type Number
*/
this.outlineWidth = 4;
欢迎光临 Project1 (https://rpg.blue/)
Powered by Discuz! X3.1