In my project, the iPhone 4 does not show italics for command
textLabel.font=[UIFont italicSystemFontOfSize:16];
but the iPhone 3 shows italics properly.
Is it true that iPhone 4 does not support italics? If not using systemFont, can you get italics?
thanks,
Gary