Share My Creation (b4a)Font Meta Data

Dear developers community,
I searched the forum for a code to show meta data of font files as .ttf or .otf files which may include : font fullName, familyName, ID, Manufacturer, ..etc,
But later I discovered that Android does not provide such a method. It only reveals the filename in general for the font to be used as is. Therefore, this is
a go-around to achieve that goal. Javascript came into play.
The code is found here: https://github.com/jkhazraji/Font-Metadata/tree/main
There are two types of operations to get the meta data: on asset files, and on mobile files.
Enjoy.
1758908538634.png
1758908561019.png
1758908579885.png
1758908598015.png
1758908761664.png
1758908781372.png
 
Top