> On Oct 28, 2015, at 12:17 PM, Alan Snyder <[email protected]> > wrote: > > The mysterious behavior that I observe is that the result of [NSFont > systemFontOfSize:1] can change over time. For example:
The only guess I have is that it might depend on the scaling of the graphics context’s current transform … but on further thought that doesn’t make sense, because you need to be able to render magnified text (using a Zoom command) without having the metrics change non-proportionally. I believe there’s a mailing list on lists.apple.com for CoreText; that might be a good place to ask. —Jens _______________________________________________ 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: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
