This is a subclass of UILabel that draws text using a ZFont instead of a UIFont. It uses FontLabelStringDrawing internally to do the heavy lifting. Wrapping, tail truncation, and `-sizeToFit` work, as do the standard `textAlignment`/`textColor` properties. A new `zAttributedText` property has been added that allows for attributed string rendering.
View Source
https://github.com/zynga/FontLabel
