Re: [Alephmodular-devel] CoreGraphics work
Status: Pre-Alpha
Brought to you by:
brefin
From: Br'fin <br...@ma...> - 2005-07-10 03:57:23
|
Added in basic CDContext_CoreGraphics. So the map display now works Still need to add in text and bitmap images. Text... looks to be a pain. Looks like I need to integrate in some ATSUI support and probably a quick hash container to cache the relevant ATSUI style info. In other words, it didn't seem like there was a quick way to just draw text to a Quartz context. Copying images into the context I expect to be a pain one way or another. And oddly enough I still can't do 256 color support. In this case I can now push the screen to 256 colors, and have a 256 color back buffer. But Quartz doesn't support a indexed color bitmap context. Go figure. -Jeremy Parsons http://alephmodular.sourceforge.net/ |