TypefaceStyle

constructor(weight: Int, italic: Boolean)


constructor(style: Int, weight: Int = ReactConstants.UNSET)

If weight is supplied, it will be combined with the italic bit from style. Otherwise, any existing weight bit in style will be used.