My requirement is as mentioned below.
I have a string : "Welcome Good Morning".
I want only the word "Good" to keep blinking. I'm successful in achieving this. I have done some string manipulations for this.
While making the text to blink, the word "Good" appears and disappears alternatively. When it disappears, the 4 characters(G,o,o,d) are replaced by 4 blank spaces. In this case, the no.of pixels occupied by a blank space and the no. of pixels occupied by other characters do not seem to match. Hence the appearance is not as expected. The text appears to be moving while blinking. I would like to resolve this issue. I believe this could be resolved if the pixel size for all the characters is set to the same value. I request your help to obtain an appropriate solution.
Bookmarks