Guest User

Untitled

a guest
Oct 17th, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. var attrs = [String : AnyObject]()
  2.  
  3. attrs[NSFontAttributeName] = description.font
  4. attrs[NSForegroundColorAttributeName] = description.textColor
  5.  
  6. ChartUtils.drawText(
  7. context: context,
  8. text: descriptionText,
  9. point: position!,
  10. align: description.textAlign,
  11. attributes: attrs
  12. )
Add Comment
Please, Sign In to add comment