Skip to main content
Associate II
October 21, 2024
Question

text flip horozontally and vertically

  • October 21, 2024
  • 1 reply
  • 518 views

I want to flip text horizontally such as Aa to the aA and vertically as well. How can achieve it on touchgfx? please guide anyone.

1 reply

Osman SOYKURT
Technical Moderator
November 8, 2024

Hello @Embedded_12engr ,

This feature is not natively supported by TouchGFX. However it could be done using dynamic bitmaps.
The idea is to use a texture mapper for the dynamic bitmap to be able to set angles. Then we draw the box to that dynamic bitmap. I was able to do something like this very quickly :

OsmanSOYKURT_0-1731082078937.png
If you're interested, I let you try to make it by yourself and but of course we'll assist you if you need. You can check out our documentation where we describe how to use dynamic bitmaps.

Osman SOYKURTST Software Developer | TouchGFX