Skip to content

This is a custom JAVA class which can be used to call Type-forms in-order to have efficient application. It currently supports close to 4 fonts, I'll be adding more than 40+ in the upcoming time.

tanishqsh/Android-Font-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Android-Font-Generator

This is a custom JAVA class which can be used to call Type-forms in-order to have efficient application. It currently supports close to 4 fonts, I'll be adding more than 40+ in the upcoming time.

How to use?

//Calling FontGenerator Class 

FontGenerator ff = new FontGenerator(getApplicationContext()); // It takes Context as the parameter 

TextView textView = (TextView) findViewById(R.id.textView); 

Typeface myFont1 = ff.getAtelierOmega(); 
Typeface myFont2 = ff.getEarthOrbiter(); 
Typeface myFont3 = ff.getCronus(); 
Typeface myFont4 = ff.getRobotoRegular(); 

textView.setTypeface(myFont1); //Replace myFont1 with myFont2, myFont3... to get your prefered Typeface.

More Fonts will be added soon.

About

This is a custom JAVA class which can be used to call Type-forms in-order to have efficient application. It currently supports close to 4 fonts, I'll be adding more than 40+ in the upcoming time.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages