summaryrefslogtreecommitdiff
path: root/pango/pangocoretext.h
Commit message (Collapse)AuthorAgeFilesLines
* Decorate the symbols in the headers with version macrosChun-wei Fan2016-06-291-0/+2
| | | | | | | 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
* Deprecate module system, skip it for shaper modulesBehdad Esfahbod2015-04-041-2/+1
| | | | | | | | | | | | | | Now shaper is discovered via (previously unused!) font->find_shaper(). I'm keeping that just to allow clients override shaping. Though, even that I'm not sure we want to keep. Wraps shaper in PangoEngineShape structs to keep PangoAnalysis API intact. Deprecated pango-modules.h and some pango-engine.h. Language modules are not moved yet. Wired up PangoFc, PangoWin32, and PangoCoretext shapers.
* Bug 685167 - migrate docs to no-tmpl flavourBehdad Esfahbod2013-09-271-0/+6
| | | | Patch from Rafał Mużyło.
* Start implementation of CoreText backendKristian Rietveld2011-04-141-0/+80
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.