I'm not sure if I'm missing something obvious but I've looked around on SO and couldn't find an answer.
Basically, despite what this question says, UILabel plain text and attributed text looks different. For example, both labels below are system font 15pt, with the black one using attributed text and the gray one using plain text. Apparently the black one is wider than the gray one.
I understand I can set kerning on attributed text to adjust its appearance. My question is though what's the value I should set to make it look the same as Apple's default? Is there a way for me to "leave the kerning value at the default"?
Thank you!