Hello teachers, I come from China. May I ask if this text auto wrap doesn’t work. Chinese characters
phaser ce v2.16.2
this.text = this.add.text(0,0,"这是一段很长的文本需要自动换行显示",{
font: "16px Arial",
fill: "#ffffff",
wordWrap: true,
boundsAlignH: "left",
backgroundColor: "#333",
useAdvancedWrap: true,
wordWrapWidth: 100,
fontSize: getFontSize(56, gameWidth),
})