I want to change color of a specific letter in a label. For example I have a label and I set text to “test” So I want to change text color of only first letter which is letter “t”.
Is that possible?
4 Likes
Thank you.
Use two labels. Put both of the text in a horizontal arrangement. This will make it appear that it is the same continued text.
1 Like
Thanks for your reply, but in my app there is a full story. So it will be weird to put a new label for each word
1 Like
You could also use blocks for this.
This replaces all instances of “t” and change them to red.
5 Likes
Yes this one is easy! Thank you so much
1 Like
In your question you where also talking about changing only the first letter t. You can do that also.
Now only the first letter t gets red.
3 Likes
Thank you. BTW how can I change a specific letter to bold? Actually I am making a search bar
use <b> and </b> around the letter or <strong> and </strong>.
3 Likes
Got it… thanks!
Hi, How Do make only the first letter in HTML Format ?