Re: fast text
Re: fast text
- Subject: Re: fast text
- From: Vince DeMarco <email@hidden>
- Date: Mon, 25 Nov 2002 16:03:25 -0800
On Monday, November 25, 2002, at 02:36 PM, Alexander White wrote:
The same text frequently ~20 fps
Cache the NSLayoutManager etc. of the text object If you check out last
years WWDC talks, Doug Davidson gave a talk about speeding up text
drawing.
vince
AW
On Monday, November 25, 2002, at 02:02 PM, John C. Randolph wrote:
On Monday, November 25, 2002, at 12:50 PM, Alexander White wrote:
I am writing a cocoa program that requires text to be rendered
quickly to a view. The cocoa text rendering calls are too slow.
The quartz text calls do not support (I think) complicated text
handling like multiple fonts/colors on one string of text and the
antialiasing on the postscript fonts is soft/blurry when compared to
the cocoa antialiasing. What is the fastest way to draw text to a
CGContext? Is it using the ATSUI toolbox?
Is this rapidly-changing text, or do you need to render the same text
frequently?
-jcr
John C. Randolph <email@hidden> (408) 974-8819
Sr. Cocoa Software Engineer,
Apple Worldwide Developer Relations
http://developer.apple.com/cocoa/index.html
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
References: | |
| >Re: fast text (From: Alexander White <email@hidden>) |