Quartz: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(New page: Quartz is the graphics layer for Mac OS X. Quartz is == Ideas on how to incorporate == User:Bugmenot suggests that we incorporate through Cairo, so we don't maintain platform specific...)
 
No edit summary
 
Line 1: Line 1:
Quartz is the graphics layer for Mac OS X. Quartz is  
Quartz is the graphics layer for Mac OS X. Quartz is known for its support of PDF. Other features include transparency, and anti-aliasing.
 
The Quartz component we would be using would be Quartz 2D.
== Ideas on how to incorporate ==
== Ideas on how to incorporate ==
[[User:Bugmenot]] suggests that we incorporate through Cairo, so we don't maintain platform specific code, and we can use Glitz and GDI+ on Linux and Windows, respectively.
[[User:Bugmenot]] suggests that we incorporate through Cairo, so we don't maintain platform specific code, and we can use Glitz and GDI+ on Linux and Windows, respectively.

Latest revision as of 05:40, 5 March 2008

Quartz is the graphics layer for Mac OS X. Quartz is known for its support of PDF. Other features include transparency, and anti-aliasing.

The Quartz component we would be using would be Quartz 2D.

Ideas on how to incorporate

User:Bugmenot suggests that we incorporate through Cairo, so we don't maintain platform specific code, and we can use Glitz and GDI+ on Linux and Windows, respectively.


This article is a stub. You can help MozillaWiki by expanding it.