# Nirma/UIFontComplete

Font management (System & Custom) for iOS and tvOS

Repository: https://github.com/Nirma/UIFontComplete
Canonical: https://ross.abutalabs.com/products/uifontcomplete
Language: Swift
License: MIT
License Family: permissive
Topics: uifont
Last push: 2023-11-07T07:59:18+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 3548, "days_push": 1030, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1326, forks 43 (observed 2026-08-28T04:04:22.679551+00:00)

## What it is
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
- artifact type: library
- maturity: maintenance
- function: ui-components, developer-tools
- domain: mobile-development, frontend, developer-tools
- platform: -
- tags: uifont, typography, swiftui, cocoapods, carthage, swift-package-manager, ios, swift, mobile

## Member repositories
- Nirma/UIFontComplete (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:22.679551+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T04:46:20.800365+00:00, confidence not recorded.
  - readme: https://github.com/Nirma/UIFontComplete (fetched 2026-08-28T04:04:22.679551+00:00, sha 971ff3462c96)
- Data as of 2026-08-30T08:39:29.467469+00:00.
