Calligraphy
Custom fonts in Android the easy way...
File Explorer
Download Latest Version (.zip)- CalligraphyActivityFactory.java
- CalligraphyConfig.java
- CalligraphyContextWrapper.java
- CalligraphyFactory.java
- CalligraphyLayoutInflater.java
- CalligraphyTypefaceSpan.java
- CalligraphyUtils.java
- HasTypeface.java
- ReflectionUtils.java
- TypefaceUtils.java
- attrs.xml
- ids.xml
- public.xml
- AndroidManifest.xml
- .gitignore
- build.gradle
- consumer-proguard-rules.txt
- gradle.properties
- gtw.ttf
- Oswald-Stencbab.ttf
- Roboto-Bold.ttf
- Roboto-ThinItalic.ttf
- RobotoCondensed-Regular.ttf
- CalligraphyApplication.java
- CustomTextView.java
- CustomViewWithTypefaceSupport.java
- MainActivity.java
- PlaceholderFragment.java
- TextField.java
- ic_launcher.png
- ic_launcher.png
- ic_launcher.png
- ic_launcher.png
- activity_main.xml
- fragment_main.xml
- stub.xml
- stub_with_font_path.xml
- attrs.xml
- dimens.xml
- strings.xml
- styles.xml
- dimens.xml
- AndroidManifest.xml
- ic_launcher-web.png
- .gitignore
- build.gradle
- proguard-rules.txt
- gradle-wrapper.jar
- gradle-wrapper.properties
- deploy.gradle
- .gitignore
- build.gradle
- CHANGELOG.md
- gradle.properties
- gradlew
- gradlew.bat
- LICENSE
- README.md
- screenshot.png
- settings.gradle
# Installation Guide
1. Get the code
git clone https://github.com/chrisjenx/Calligraphy
Downloads the entire project code from GitHub to your computer.
cd Calligraphy
Moves into the project folder you just downloaded.
2. Gradle (Java/Kotlin)
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- JDK (Java) Required to build and run Java/Kotlin projects.
- Gradle If the repo includes gradlew (Gradle Wrapper), you don't need to install Gradle separately.
cd CalligraphySample
This project's files live in a subfolder, so move into it first.
./gradlew build
Builds the project using Gradle.
A BUILD SUCCESSFUL message means it worked. The output is created under build/.
// repository documentation
Was this content helpful?
(0 ratings)
