I have found that NSSuperscriptAttributeName, NSUnderlineStyleAttributeName, and NSObliquenessAttributeName (those are the attributes that I have tested) render differently when Cocoa Text is used to draw the string. The attributes appear to be intrepreted inverted, in that 1 for superscript produces subscript, positive obliqueness is a leftward tilt, etc. In normal controls the attributes render as expected.

Has anyone else seen this problem? I've implemented some workarounds, tweaking the attribute values depending on whether the string is drawn via standard controls or within custom views, but I'd like to clear up whether I'm doing something wrong, or it's expected behaviour, or if it is a bug in Cocoa Text.

I've reported the bug, with a small project demonstrating the problem: rdar://6379047

thanks
Rua HM.


_______________________________________________

Cocoa-dev mailing list ([email protected])

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to