Re: Faster text drawing with configurable stroke width
Re: Faster text drawing with configurable stroke width
- Subject: Re: Faster text drawing with configurable stroke width
- From: Kyle Sluder <email@hidden>
- Date: Tue, 15 Mar 2011 01:13:45 -0700
On Mar 13, 2011, at 3:03 PM, George Nachman <email@hidden> wrote:
> Hi cocoa-dev,
>
> I'm currently drawing text one character at a time with -[NSAttributedString
> drawWithRect:options:], and it is really slow. I'm looking for a faster
> alternative.
I'm not an expert on the Cocoa text system, but it looks like -[NSLayoutManager setLocations:startingGlyphIndexes:count:forGlyphRange:] might be related to doing what you want with the Cocoa text system.
--Kyle Sluder_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden