'Italics in a textview with bold font style not playing in text to speech
I have some text in a textview that are set to bold, and the text that I copied into the textview has some italics. All the text plays except the italics, this only happens in android 11. Is there some new update I'm missing? I also tried queries in manifest. Here is my code
ts.setPitch((float)0);
ts.setSpeechRate((float).5d);
ts.speak(edittext1.getText()
.toString(), TextToSpeech.QUEUE_ADD,
null);
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
