Better text padding
Changed text padding from horizontal and vertical padding values to UIEdgeInsets
which allows padding to the left, right, top and bottom of the text rectangle. The properties horizontalTextPadding
and verticalTextPadding
were removed.