summaryrefslogtreecommitdiff
path: root/pango/pangocoretext.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove pointless FIXMEKristian Rietveld2011-03-271-1/+0
|
* Start implementation of CoreText backendKristian Rietveld2011-03-271-0/+205
On Mac OS X systems where CoreText is available (that is, 10.5 or higher), we will build the CoreText backend instead of the ATSUI backend. In this case, the ATSUI backend will not be built and installed. This change is necessary because since Mac OS 10.5 ATSUI has been marked as deprecated. For older systems, we will have to continue to use the ATSUI backend.