Created
July 7, 2017 22:37
-
-
Save MTattin/8536c8b386e6c3d8416749f15b2ac264 to your computer and use it in GitHub Desktop.
Xcodeカスタムフォント ref: http://qiita.com/MTattin/items/617ed44b46330ad15d70
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
UIFont.init(name: "PostScript名", size: 12) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
init?(name fontName: String, size fontSize: CGFloat) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment