1 dépôt
Systems designed to map custom font files to Android text views via configuration attributes and style hierarchies.
Distinct from Android Application Customization: Existing candidates cover OS customization, PDF registrars, or generic app customization, not a dedicated font manager for views.
Explore 1 awesome GitHub repository matching mobile development · Android Custom Font Managers. Refine with filters or upvote what's useful.
Calligraphy is an Android typography framework and custom font manager used to map custom font files to text views through hierarchical style resolution and global default configurations. It provides a system for defining global default fonts and fallback priorities across an entire Android application. The project manages font assignments by evaluating a priority chain of view attributes, styles, text appearances, and themes. This allows for the injection of custom typefaces into Android text components and the mapping of font assets to theme attributes to maintain a uniform visual identity.
Acts as a specialized manager for applying custom font files to Android text views through style hierarchies.