awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

Awesome GitHub RepositoriesFont Hierarchy Resolution

Mechanisms for determining the active font by evaluating a priority chain of view attributes, styles, and themes.

Distinct from Font Fallback Chains: Distinct from Font Fallback Chains: handles the architectural priority of style sources (attribute > style > theme) rather than glyph-level fallbacks.

Explore 1 awesome GitHub repository matching part of an awesome list · Font Hierarchy Resolution. Refine with filters or upvote what's useful.

Awesome Font Hierarchy Resolution GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • chrisjenx/calligraphyAvatar de chrisjenx

    chrisjenx/Calligraphy

    8,529Voir sur GitHub↗

    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.

    Determines the active font by evaluating a priority chain of view attributes, styles, text appearances, and themes.

    Java
    Voir sur GitHub↗8,529
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Font Management
  5. Font Fallback Chains
  6. Font Hierarchy Resolution