-fontWithSize returning different font object
问题 Update 1 I found a work-around: // instead of font = [font fontWithSize:pointSize]; // i can do this and get the correct font back font = [UIFont fontWithName:font.fontName size:pointSize] I'm using Nick Lockwood's HTMLLabel class to turn HTML into an NSAttributedString that respects the styling within the HTML. For the most part, it works great. However, I'm using a custom font in my app, and for some reason, my font is always getting rendered in bold. I don't have this problem using the