Is it possible to draw letter in indicator?

 

Dear Community,

is it possible to draw some letters instead of the Wingdings symbols in the indicator? Like on the following screenshot:


Thank you very much!

 
user_123:

Dear Community,

is it possible to draw some letters instead of the Wingdings symbols in the indicator? Like on the following screenshot:


You could use Objects instead of the arrows.
 

Dear RaptorUK,

how do you mean this? I draw the arrows within an indikator:

I use for this the following code within the init function:

   SetIndexStyle(0,DRAW_ARROW);
   SetIndexArrow(0,233);

I tried to display the letters with the TextObject but it is to inaccurate.

 
user_123:

Dear RaptorUK,

how do you mean this? I draw the arrows within an indikator:

I use for this the following code within the init function:

I tried to display the letters with the TextObject but it is to inaccurate.

A Text Object is what I had in mind, it will have the same accuracy as an arrow drawn by an Indicator.
Reason: