NSAlert でテキストの特定の部分を斜体にする方法を教えてください。
NSAlert *alert = [NSAlert alertWithMessageText:NSLocalizedString(@"Warning", nil)
defaultButton:NSLocalizedString(@"OK", nil)
alternateButton:nil
otherButton:nil
informativeTextWithFormat:NSLocalizedString(@"I want to italicize the word awesome in this text", nil)];