MATLAB: Round bkgd text color instead of rectangle

round backgroundround text

Hi, I have looked through the text properties and I coundn't find anything about having a round background. So, would it be possible to have a round colored circle background, instead of rectangle?
I am well aware that I can create a circle and then the text over it but thats not what I am looking for.
Thank you

Best Answer

No, text() and uicontrol('style', 'text') are both restricted to rectangular boundaries.