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??
Hi everyone, After a week I have finally figured it out how to add a custom font for the whole application without any library or extra code. Here is the solution: Create a folder resource inside your project folder. Create a new folder font inside the resource folder and copy your font...
BitmapCreatorEffects class includes all kinds of very simple to use image effects. The class is cross platform and compatible with B4J (v6.3+), B4A (v8.3+) and B4i (v5.0+). Example: 'Greyscale an image: Dim GreyImage As B4XBitmap = effects.GreyScale(ExistingBmp) 'Blur an image: Dim BlurImage As...
Hi everyone, After a week I have finally figured it out how to add a custom font for the whole application without any library or extra code. Here is the solution: Create a folder resource inside your project folder. Create a new folder font inside the resource folder and copy your font...
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?
BitmapCreatorEffects class includes all kinds of very simple to use image effects. The class is cross platform and compatible with B4J (v6.3+), B4A (v8.3+) and B4i (v5.0+). Example: 'Greyscale an image: Dim GreyImage As B4XBitmap = effects.GreyScale(ExistingBmp) 'Blur an image: Dim BlurImage As...
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 ?
Hi everyone, After a week I have finally figured it out how to add a custom font for the whole application without any library or extra code. Here is the solution: Create a folder resource inside your project folder. Create a new folder font inside the resource folder and copy your font...