This repository has been archived by the owner on Aug 29, 2024. It is now read-only.
Releases: ArtSabintsev/FontBlaster
Releases · ArtSabintsev/FontBlaster
2.1.5
- Converted all instances of
static func
toclass func
because I made a mistake last year and didn't catch it until now.
Bugfixes
- Added labels to
Font
typealias - Fixed code utilizing
Font
typealias printStatus()
method signature changed.
PostScript Name now used.
- Accepted PR #14, which returns PostScript names, allowing improperly named fonts to be used programmatically using
UIFont
.
Updated Tag
Changed sample project for Carthage support.
Patch for previous version
Thanks to @shams-ahmed for his eagle-eyes in #12.
Overloaded blast method.
2.0.4
Added Swift Package manager Support
2.0.3: Merge pull request #8 from ArtSabintsev/Carthage
Added Carthage Support
2.0.2
- Changed most instances of
class func
tostatic func
.