Font Installation apps

selvamurali

Active Member
Licensed User
Longtime User
Hi How to Create Font Installation Applicaiton

i need to install some fonts in android directory like /system/fonts through Basic4ppc

how can i create the apps in Basic4ppc
Can i any one Guide me?
 

genesi

Active Member
Licensed User
Longtime User
From core library
Loads a font file, that was added with the file manager.
Example:
B4X:
Dim MyFont As Typeface
MyFont = Typeface.LoadFromAssets("MyFont.ttf")
EditText1.Typeface = MyFont

Mario
 
Upvote 0

selvamurali

Active Member
Licensed User
Longtime User
Hi thanks

i am asking about font installation to particular directory using a applicatication. that application need develop by basic4ppc
 
Upvote 0
Top