Skip to content
This repository has been archived by the owner on Aug 29, 2024. It is now read-only.

Releases: ArtSabintsev/FontBlaster

2.1.5

14 Jul 03:22
Compare
Choose a tag to compare
  • Converted all instances of static func to class func because I made a mistake last year and didn't catch it until now.

Bugfixes

08 Jul 18:29
Compare
Choose a tag to compare
  • Added labels to Font typealias
  • Fixed code utilizing Font typealias
  • printStatus() method signature changed.

PostScript Name now used.

24 May 06:25
Compare
Choose a tag to compare
  • Accepted PR #14, which returns PostScript names, allowing improperly named fonts to be used programmatically using UIFont.

Updated Tag

12 Apr 03:41
Compare
Choose a tag to compare

Changed sample project for Carthage support.

Patch for previous version

17 Mar 14:46
Compare
Choose a tag to compare

Thanks to @shams-ahmed for his eagle-eyes in #12.

Overloaded blast method.

15 Mar 23:55
Compare
Choose a tag to compare

There's a new blast(_:) method and this one has a completion handler that returns a a list of font names for loaded fonts as array of Strings; `[String]. Checkout #10 and #11 for more information.

Also contains a fix the Package.swift file.

2.0.4

08 Feb 05:32
Compare
Choose a tag to compare

Added Swift Package manager Support

2.0.3: Merge pull request #8 from ArtSabintsev/Carthage

08 Feb 04:36
Compare
Choose a tag to compare

2.0.2

06 Nov 07:28
Compare
Choose a tag to compare
  • Changed most instances of class func to static func.