Update copyright years not catchable by `update-copyright'.
[ttfautohint.git] / doc / ttfautohint-3.pandoc
blob3e835bcb720d469a117f14d8fdc4275c48506442
1 <!--
2   Copyright (C) 2011-2018 by Werner Lemberg.
4   This file is part of the ttfautohint library, and may only be used,
5   modified, and distributed under the terms given in `COPYING'.  By
6   continuing to use, modify, or distribute this file you indicate that you
7   have read `COPYING' and understand and accept it fully.
9   The file `COPYING' mentioned in the previous paragraph is distributed
10   with the ttfautohint library.
11 -->
15 Compilation and Installation
16 ============================
18 Please read the files
19 [`INSTALL`](http://git.savannah.gnu.org/gitweb/?p=gnulib.git;a=blob_plain;f=doc/INSTALL;hb=HEAD)
20 and
21 [`INSTALL.git`](http://repo.or.cz/w/ttfautohint.git/blob_plain/HEAD:/INSTALL.git)
22 (both part of the source code bundle) for instructions how to compile the
23 ttfautohint library together with its front-ends using a POSIX compatible
24 shell and compiler.
27 Unix-like Platforms
28 -------------------
30 The generic instructions should work just fine.  Since ttfautohint depends
31 on [Qt] version\ 4 or newer, [FreeType] version 2.4.5 or newer, and
32 [HarfBuzz] version 1.3.0 or newer, you should install packages for these
33 libraries (called 'libqt4' or similar, 'libfreetype6'^[The number\ '6'
34 indicates the version of the shared library of FreeType, which is not
35 directly related to the source code version of FreeType.], and
36 'libharfbuzz0' or similar) together with its development bundles (called
37 'libqt4-devel', 'freetype2-devel', and 'harfbuzz-devel' or similar) before
38 running ttfautohint's `configure` script.
41 MS Windows
42 ----------
44 Precompiled binaries `ttfautohint.exe` and `ttfautohintGUI.exe` are
45 available, being statically linked to [Qt], [FreeType], and [HarfBuzz].
46 This means that the two programs are not dependent on any other
47 program-specific DLL, and you can move them to any place you like.
49 Hints for compilation with the [MinGW] environment are given in
50 `INSTALL.git`.
53 Mac OS X
54 --------
56 Right now, only a precompiled binary `ttfautohint` is offered; a
57 ready-to-run app bundle for the GUI version is not yet available; however,
58 ttfautohint is part of [Homebrew](http://brew.sh), making compilation and
59 installation very simple.
61 Detailed instructions to compile both `ttfautohint` and `ttfautohintGUI` can
62 be found on [ttfautohint's
63 homepage](http://freetype.org/ttfautohint/osx.html).
66 Authors
67 =======
69 Copyright © 2011-2018 by [Werner Lemberg](mailto:wl@gnu.org).\
70 Portions Copyright © 2011-2017 by [Dave Crossland](mailto:dave@understandingfonts.com).\
71 Portions Copyright © 2014 by [Adam Twardoch](mailto:adam@twardoch.com).
73 This file is part of the ttfautohint library, and may only be used,
74 modified, and distributed under the terms given in
75 [`COPYING`](http://repo.or.cz/w/ttfautohint.git/blob_plain/HEAD:/COPYING).
76 By continuing to use, modify, or distribute this file you indicate that you
77 have read `COPYING` and understand and accept it fully.
79 The file `COPYING` mentioned in the previous paragraph is distributed with
80 the ttfautohint library.
83 [ClearType Whitepaper]: http://www.microsoft.com/typography/cleartype/truetypecleartype.aspx
84 [Dalton Maag Ltd]: https://daltonmaag.com
85 [DejaVu]: http://dejavu-fonts.org
86 [FontForge]: http://fontforge.sf.net
87 [FontLab Studio]: http://www.fontlab.com/font-editor/fontlab-studio
88 [FreeType]: http://freetype.org
89 [HarfBuzz]: http://harfbuzz.org
90 [Infinality]: http://infinality.net
91 [MinGW]: http://mingw.org
92 [OpenType specification]: http://www.microsoft.com/typography/otspec
93 [Qt]: http://qt.io
96 Character Ranges
97 ================
99 For the FreeType auto-hinter (and thus ttfautohint), a 'non-base character'
100 is something that should not be affected by blue zones, regardless of
101 whether this is a spacing or no-spacing glyph.