Font Mirroring.

  • Is there a way to be able to mirror a single character from left to right and vice-versa and for it to remain a font character, if there isn't how would I be able to take a character and flip it left to right and convert it into a bitmap, which is acceptable but not the best solution.

    The idea is that a user would select a line and click the mirror button and the entire line will flip from character locations to character direction. Ie.. if the first sentence is like....
    "what is that....."
    it would be flipped to....
    "...taht si tahw" (but the actual characters would be flip as well).

    The changing positions of characters is the easy part but I don't know how to flip a character.

    Any code on how to do this would be greatly appreciated.