I am using a custom font for the title of a UIButton. It works, except with this particular font a portion of the first character is clipped. For example:
I tried setting the contentEdgeInsets and titleEdgeInsets and can't seem to get it not clipped. I also tried setting the button.titleLabel.clipsToBounds property to NO;
Any suggestions would be greatly appreciated.