Problem: I create a UILabel with this font:
label.font = [UIFont systemFontOfSize:15.0f];
Now this system font is bold, but I want to display pretty small text, and the text may also contain very strange UTF-8 characters like chinese chars and stuff like that.
So which other fonts are there to use safely, which are NOT bold and suitful to display in small size?