通过setTypingStyle控制,请参考如下代码:.onReady(()=>{ this.controller.setTypingStyle( { fontWeight: 'medium', fontColor: Color.Blue, fontSize: 50, fontStyle: FontStyle.Italic, decoration: { type: TextDecorationType.Underline, color: Color.Green } }) })
通过setTypingStyle控制,请参考如下代码: