diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2012-03-17 10:36:08 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2012-03-17 10:36:08 +0000 |
commit | b85e85862ea9263c2a0ed994368016498e31d3eb (patch) | |
tree | c74278a994176ddda3e38993a7fb286c63aa152b /Build/source/libs/graphite/engine-2.4/README | |
parent | e5163e8480cca4fcad35986f9999d921ce1ee568 (diff) |
graphite 2.4 (svn r1250 2012-03-1419:45:41 UTC)
git-svn-id: svn://tug.org/texlive/trunk@25676 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/graphite/engine-2.4/README')
-rw-r--r-- | Build/source/libs/graphite/engine-2.4/README | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/Build/source/libs/graphite/engine-2.4/README b/Build/source/libs/graphite/engine-2.4/README new file mode 100644 index 00000000000..41c9cc02b5e --- /dev/null +++ b/Build/source/libs/graphite/engine-2.4/README @@ -0,0 +1,32 @@ + GRAPHITE ENGINE + +The Graphite smart-font engine is the bit that takes a Unicode string, font +formatting information (features, size, etc.) and a font and returns a set +of positioned glyphs. Graphite also does more than this, in that it can +handle cursor tracking and interaction with the application for string +selection, etc. + +In order to interact with the application or system, Graphite is embedded in +an application. You may want to write a custom font and render backend or use one +of the provided backends in the wrappers project. + +The *nix build system uses autoconf and automake including all the +conventions of those tools. This includes extended support for debug, +maintenance mode, etc. See the GNU autotools info pages for the appropriate +tools for help. + +If you have checked this source out of the Graphite Subversion repository or +a similar version control system you will need to generate the autotools +scripts and files (configure, Makefile.in etc) to do this run: + + autoreconf --install + +Please see INSTALL for information on building + +NOTE: +If you modify any configure.in or Makefile.am file you will need rerun +autoreconf like so: + + autoreconf + +For those changes to affect the configure script and makefiles. |