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 params

    Declaration

    Swift

    public class func font(_ fontStyle:String? = nil, sizedForIPad:Bool = false) ->UIFont!

    Parameters

    fontStyle

    Font Style/Size key from SyncEngine

    sizedForIPad

    Flag for font sized for iPad

    Return Value

    UIFont instance using SyncEngine params

  • 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 params

    Declaration

    Swift

    public class func font(_ fontNameKey:String?, fontStyle:String?, sizedForIPad:Bool = false) ->UIFont!

    Parameters

    fontNameKey

    Font Name key from SyncEngine

    fontStyle

    Font Style/Size key from SyncEngine

    sizedForIPad

    Flag for font sized for iPad

    Return Value

    UIFont instance using SyncEngine params