Android Question Want to create a Head-Up-Display

prokli

Active Member
Licensed User
Longtime User
For HUD I need to rotate even the letters and numbers. I already keep a solution to reorganize the letter from right to left.
But this does not help as long as each letters is not rotated in vertical position
Any solution??
 

MikeSW17

Active Member
Licensed User
Longtime User
Last edited:
Upvote 0

Erel

B4X founder
Staff member
Licensed User
Longtime User
BitmapCreatorEffects has a FlipVertical method.

 
Upvote 0

prokli

Active Member
Licensed User
Longtime User
Use an upside-down font? https://duckduckgo.com/?q=upside+down+font+download&t=ffnt&atb=v224-1&ia=web

Looks gerat! I think this is was I am looking for.
Could you provide a complete small application showing a new character set via ZIP file?
What is meant by: " For API level 26 or lower use the app namespace to ensure your fonts load "
Is the name app namespace the package name?

Thx
 
Upvote 0

prokli

Active Member
Licensed User
Longtime User
BitmapCreatorEffects has a FlipVertical method.

Hi Erel!
I am not sure what you are telling me. Should I create an image with a text and then use FlipVertival mode?
Sounds difficult.
How could I work with labels keeping uside-down orientation ?
 
Upvote 0

prokli

Active Member
Licensed User
Longtime User
Thanks, I will also try your solution based on "Label1.Snapshot"
Right here, I provide my solution showing a simple HUD
 

Attachments

  • HeadUpDisplay.zip
    20.9 KB · Views: 157
Upvote 0

prokli

Active Member
Licensed User
Longtime User
Use an upside-down font? https://duckduckgo.com/?q=upside+down+font+download&t=ffnt&atb=v224-1&ia=web

Upside-Down chars do not help
At least, we need bachwards font char set
 
Upvote 0

klaus

Expert
Licensed User
Longtime User
Is this what you are looking for ?
I put the Labels on a Panel and rotated the Panel.

1613213547349.png
 

Attachments

  • HeadUpDisplay1.zip
    21.4 KB · Views: 148
Upvote 0
Top