You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 23, 2022. It is now read-only.
SwiftFontName is font name complements and supports localized font library.
You don't need to search font name any more with SwiftFontName. When using UIFont, you sometimes search font name string because UIFont needs string font name value. Font family name and font name don't have organized naming rule, so it's painful to search correct string. With SwiftFontName, font name candidates shows up when you put first word of font family name.
Features
Complements for all font names in OS version.
Localized font name support.
Usage
Font Name
To start using SwiftFontName, write the following line wherever you want to user font complements:
It means that when preferredLanguage is Japanese, use HiraKakuProNW6. And when preferredLanguage is English, use HelveticaNeue-Light. And in other case, use Copperplate.
Requirements
iOS8.0 or later
Xcode 10.2
Swift 5
Installation
SwiftFontName is available through CocoaPods. To install
it, simply add the following line to your Podfile: