I need to insert a star shape into a string which will be assigned as the text of a TreeNode. Is this possible?
Each TreeNode has different levels and can be annotated by these stars. Some nodes have a single star, some have two, and some have no stars. The star(s) will always appear at the end of the text string. For example:
SU450**
You have to use a
Fontwhich contains the character you want to display.Mostly,
Arial Unicode MSwill work.Here’s an example using ‘BLACK STAR’ (U+2605)