I am developing a time module and use a text to display.
My code is like this:
Text_HourMin.String = string(Hour,2) + ":" + string(Min,2); ( Hour and Min is the variable to get time information )
But I found that the characters are too close, we have a requirement of 10 pixel distance between them, I just find a RowDistance in the property of text, but it is not used for the distance horizontal.
How to set the distance between characters horizontal?
My version of EW is 11.