Open zhangyiatmicrosoft opened 9 months ago
This works: var rs = new RichString().Add("Hello world", textColor: SKColors.Red);
var rs = new RichString().Add("Hello world", textColor: SKColors.Red);
This does not and text is still black. Am I missing anything? var rs = new RichString().Add("Hello world"); rs.TextColor(SKColors.Green);
var rs = new RichString().Add("Hello world"); rs.TextColor(SKColors.Green);
This works:
var rs = new RichString().Add("Hello world", textColor: SKColors.Red);
This does not and text is still black. Am I missing anything?
var rs = new RichString().Add("Hello world"); rs.TextColor(SKColors.Green);