summaryrefslogtreecommitdiff
path: root/pango/pangocairo-coretextfont.h
Commit message (Collapse)AuthorAgeFilesLines
* Decorate the symbols in the headers with version macrosChun-wei Fan2016-06-291-0/+1
| | | | | | | From the last commit, decorate all the symbols with the version macros. Also add the version macros in the docs. https://bugzilla.gnome.org/show_bug.cgi?id=767587
* Start implementation of CoreText backendKristian Rietveld2011-04-141-0/+37
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.