Nirma/UIFontComplete
Font management (System & Custom) for iOS and tvOS observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3548
- days_rel: n/a
- days_push: 1030
- n_releases_24m: 0
Adoption not part of the score
1326 stars · 43 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A Swift library providing type-safe font management for iOS and tvOS via a Font enum with cases for every system font, plus custom font support through a FontRepresentable protocol. It replaces string-based UIFont constructors with code-completable enum cases, supporting both UIKit and SwiftUI.
Use cases
- avoid mistyped font names at runtime in iOS apps
- get code completion for system font names in Swift
- create UIFont objects without string-based constructors
- manage custom fonts type-safely in an iOS project
- use typed fonts in SwiftUI
- list all built-in iOS and tvOS system fonts
When to choose
- you are building an iOS or tvOS app in Swift and want compile-time-safe font references
- you want code completion instead of looking up font name strings
- you need typed support for both UIKit UIFont and SwiftUI Font
- you want a lightweight, MIT-licensed font utility with CocoaPods, Carthage, and SPM support
When to avoid
- you are targeting platforms other than iOS or tvOS
- your project is not written in Swift
- you need dynamic font loading or font rendering features beyond enum-based font creation
- you prefer runtime-configurable font names over compile-time enums
Facets
library · maturity maintenance
ui-components developer-tools mobile-development frontend developer-tools uifont typography swiftui cocoapods carthage swift-package-manager ios swift mobile
1 source
- readme: https://github.com/Nirma/UIFontComplete · fetched 2026-08-28 · 971ff3462c96
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| Nirma/UIFontComplete | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="Nirma/UIFontComplete")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem