Skip to content

TextColor of RichString method does not work after construction #91

@zhangyiatmicrosoft

Description

@zhangyiatmicrosoft

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);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions