Skip to content

Commit

Permalink
Update StringStylizerFontName.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
kazuhiro4949 committed Apr 7, 2016
1 parent 476a482 commit 3f384e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion StringStylizer/StringStylizerFontName.swift
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import Foundation
/**
available font names in iOS App
This enumeration is generated by the following script
This enumeration is extracted from UIFont
```
let name = UIFont.familyNames()
.flatMap { UIFont.fontNamesForFamilyName($0) }
Expand Down

0 comments on commit 3f384e6

Please sign in to comment.