Skip to content

Instantly share code, notes, and snippets.

@wwdablu
Created November 19, 2019 01:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wwdablu/9adebe36a4b5bf150670bad27bcdd8db to your computer and use it in GitHub Desktop.
Save wwdablu/9adebe36a4b5bf150670bad27bcdd8db to your computer and use it in GitHub Desktop.
FontItem fontItem = FontBuilder.create("Dashboard")
.selectedTextColor(Color.BLACK)
.unSelectedTextColor(Color.GRAY)
.selectedTextSize(16) //SP
.unSelectedTextSize(12) //SP
.setTypeface(Typeface.createFromAsset(getAssets(), "coffeesugar.ttf"))
.build();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment