This file contains 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+Utility.h | |
// UIFont+Utility.[h|m] is (C) Kerri Shotts 2013, and released under an MIT license. | |
#import <UIKit/UIKit.h> | |
/** | |
* | |
* PKFontNormal = no modifications to the font; i.e., -Regular, -Roman, -Book, etc. | |
* PKFontBold = bold font desired (if possible); i.e., -Bold, -Black, -Heavy, etc. | |
* PKFontItalic = italic font desired (if possible); i.e., -Italic, -Oblique, etc. |