Differences between Cocoa and Carbon app when using italic Text

If i create a simple app with an Textlabel and set Textattribute to italic, then the text is only italic when running this app with carbon framework.
When running this app with cocoa framework, text is not displayed in italic.

Cheers
Ansgar

This is not a bug.
Cocoa can only show italic and bold if the font provide these font variations.
Carbon instead simulate it if it’s not available.

Ah! Ok, thanks!