Hi all,
I have a label where I've set the textColor to red. (This is a poker app, so I display the card as "10 ♥".)
The "10" part is red, but the heart stays black, whether I set it in the designer or using run-time code.
I'm thinking this is because the heart is a special character in the font.
But I'm also thinking it should render in the specified color.
FYI, I'm using the DEFAULT font (which I assume is Roboto). It turns out that the Material Icons and FontAwesome fonts don't have card suits, but the normal font does.
Any help appreciated!
I have a label where I've set the textColor to red. (This is a poker app, so I display the card as "10 ♥".)
The "10" part is red, but the heart stays black, whether I set it in the designer or using run-time code.
I'm thinking this is because the heart is a special character in the font.
But I'm also thinking it should render in the specified color.
FYI, I'm using the DEFAULT font (which I assume is Roboto). It turns out that the Material Icons and FontAwesome fonts don't have card suits, but the normal font does.
Any help appreciated!