- updated to Swift 2.0
- added
fitWidth
to all the drawing functions, which allows to the renderer to scale the text down when it can't fit on the path.UIBezierLabel
uses this functionality when theadjustsFontSizeToFitWidth
property is set to true.
fitWidth
to all the drawing functions, which allows to the renderer to scale the text down when it can't fit on the path. UIBezierLabel
uses this functionality when the adjustsFontSizeToFitWidth
property is set to true.