I have a situation where I have a UILabel object whose text is all in all lower case.
If use size to fit, it assume the highest Y point of the font and only shrinks it to that.
But if there are no capital letters I need the bounding box to shrink to the exact text size.
Do you know how I can create my own sizing function that returns the true bounds of the text as its rendered (not based on the font max and mins)?