Text {
text: "Hello World!"
font.family: "Helvetica"
font.pointSize: 24
color: "red"
}
Here when we say red the colour of the Full text tuens red. How can we set blue colour to the first letter H and remaining letters in red using the above format? Any ideas?