UIFont
Undocumented
-
Makes font with SyncEngine fontStyle, keeping fontName key be ‘fontRegular’
- Parameters:
- fontStyle: Font Style/Size key from SyncEngine
- sizedForIPad: Flag for font sized for iPad
Returns
UIFont instance using SyncEngine paramsDeclaration
Swift
public class func font(_ fontStyle:String? = nil, sizedForIPad:Bool = false) ->UIFont!Parameters
fontStyleFont Style/Size key from SyncEngine
sizedForIPadFlag for font sized for iPad
Return Value
UIFont instance using SyncEngine params
- Parameters:
-
Makes font with SyncEngine fontNameKey, fontStyle
- Parameters:
- fontNameKey: Font Name key from SyncEngine
- fontStyle: Font Style/Size key from SyncEngine
- sizedForIPad: Flag for font sized for iPad
Returns
UIFont instance using SyncEngine paramsDeclaration
Swift
public class func font(_ fontNameKey:String?, fontStyle:String?, sizedForIPad:Bool = false) ->UIFont!Parameters
fontNameKeyFont Name key from SyncEngine
fontStyleFont Style/Size key from SyncEngine
sizedForIPadFlag for font sized for iPad
Return Value
UIFont instance using SyncEngine params
- Parameters:
View on GitHub
UIFont Extension Reference