How can i achieve this kind of drawing inside a text in JUCE ?

i want to be able to draw a single letter in white over black within a String
(and this inside a button text).
Is there a simple way to do it without having to import a special character to the current Font i'm using, and
of course without having to split the drawing in three.
