Hi everyone,I've a small mystery on my hands. When displaying text in the Italic Garamond font via an NSLayoutManager that has screen fonts disabled the horizontal space allocated for a normal space (good old 0x20) is too large.
Here's a screenshot with screen fonts are enabled: [layoutManager setUsesScreenFonts:YES]
with.png
Description: application/applefile
<<inline: with.png>>
And the exact same text when screen fonts are disabled: [layoutManager setUsesScreenFonts:NO]
without.png
Description: application/applefile
<<inline: without.png>>
Hopefully the images come through and you can see the space grows to nearly double the width.
I don't expect this is something I'll be able to work around, but even if I just wanted to report it to Apple, is this a problem with the font itself or the layout system? Any thoughts?
~Martin
_______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) 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]