Calligraphy

Custom fonts in Android the easy way...

APACHE-2.0 License

Stars
8.6K

Bot releases are visible (Hide)

Calligraphy - v2.2.0 Latest Release

Published by chrisjenx over 8 years ago

Added AppCompat Styles (AppCompatTextView will now pickup textViewStyle etc). Thanks @paul-turner
Fix for Toolbar not inflating TextViews upfront.

Calligraphy - v2.1.0

Published by chrisjenx about 9 years ago

Changes:

  • Fixed #155, We now clone correctly.
  • Added Styles for Custom Views. (builder.addCustomStyle(ToggleButton.class, android.R.attr.buttonStyleToggle))
Calligraphy - v2.0.2

Published by chrisjenx over 9 years ago

2.0.2 (05/01/2015)
Fixed CalligraphyConfig.Builder missing return statements.
Fixed createView() getting the wrong parent context, Fixed: #135, #120
2.0.1 (28/01/2014)
Throw exception on passing null into CalligraphySpan
Fixed memory bug with Toolbar. @dlew

Calligraphy - Version 2.0.0

Published by chrisjenx almost 10 years ago

  • Rewrite of the interception in the app.
  • Support for lollipop
  • Support for AppCompat v23+