| 889 | } |
| 890 | |
| 891 | void FormattedTextBlock::SetDefaultColor(Colorf color) |
| 892 | { |
| 893 | if (_defaultColor == color) { |
| 894 | return; |
| 895 | } |
| 896 | |
| 897 | _defaultColor = color; |
| 898 | _parts.clear(); |
| 899 | _background.clear(); |
| 900 | } |
| 901 | |
| 902 | void FormattedTextBlock::SetFont(Font* value) |
| 903 | { |