summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2018-01-01 17:20:19 +0100
committerWerner Lemberg <wl@gnu.org>2018-01-01 17:20:19 +0100
commitb2bec4cda9612dd475a668b15c53e48cd5ff4e8b (patch)
tree370f59157e52c093dee80dfbce9692316b3fcaa4
parentc735149f1a04de244fecf3b8077fd34067c92c74 (diff)
[ttfautohint] Version 1.8.1.
-rw-r--r--ttfautohint/doc/img/ttfautohintGUI.pngbin83259 -> 83250 bytes
-rw-r--r--ttfautohint/doc/ttfautohint.html13
-rw-r--r--ttfautohint/index.html26
-rw-r--r--ttfautohint/osx.html10
4 files changed, 28 insertions, 21 deletions
diff --git a/ttfautohint/doc/img/ttfautohintGUI.png b/ttfautohint/doc/img/ttfautohintGUI.png
index 0a01e37..785cbaf 100644
--- a/ttfautohint/doc/img/ttfautohintGUI.png
+++ b/ttfautohint/doc/img/ttfautohintGUI.png
Binary files differ
diff --git a/ttfautohint/doc/ttfautohint.html b/ttfautohint/doc/ttfautohint.html
index 20a147f..66062a9 100644
--- a/ttfautohint/doc/ttfautohint.html
+++ b/ttfautohint/doc/ttfautohint.html
@@ -13,7 +13,7 @@
<meta name="author"
content="Werner Lemberg" />
<meta name="version"
- content="1.8" />
+ content="1.8.1" />
<title>ttfautohint</title>
@@ -283,7 +283,7 @@
<div id="header">
<h1 class="title">ttfautohint</h1>
<h2 class="author">Werner Lemberg</h2>
-<h3 class="date">Version 1.8</h3>
+<h3 class="date">Version 1.8.1</h3>
</div>
<!--
@@ -3206,13 +3206,13 @@ TTF_autohint(<span class="dt">const</span> <span class="dt">char</span>* options
<p>These three macros give the major, minor, and revision number of the library, respectively. See function <a href="#function-ttf_autohint_version"><code>TTF_autohint_version</code></a> for more details.</p>
<div class="sourceCode"><pre class="sourceCode c"><code class="sourceCode c"><span class="pp">#define TTFAUTOHINT_MAJOR 1</span>
<span class="pp">#define TTFAUTOHINT_MINOR 8</span>
-<span class="pp">#define TTFAUTOHINT_REVISION 0</span></code></pre></div>
+<span class="pp">#define TTFAUTOHINT_REVISION 1</span></code></pre></div>
<h2 id="macro-ttfautohint_version">Macro: <code>TTFAUTOHINT_VERSION</code></h2>
<p>This macro holds the ttfautohint version string.</p>
<p>For tarball releases it has the form <em>X</em>.<em>Y</em>[.<em>Z</em>], with <em>X</em>, <em>Y</em>, and <em>Z</em> the major, minor, and revision numbers, respectively. If the revision number is zero, it is omitted. Examples: <code>2.7</code>, <code>2.7.1</code>.</p>
<p>If compiling directly from the git repository, ttfautohint’s bootstrap script derives the version number from the <code>git describe</code> output, appending the number of commits after a tag together with a shortened commit ID. Example: <code>2.7.1.23-379b</code>.</p>
<p>See function <a href="#function-ttf_autohint_version"><code>TTF_autohint_version</code></a> for more details.</p>
-<div class="sourceCode"><pre class="sourceCode c"><code class="sourceCode c"><span class="pp">#define TTFAUTOHINT_VERSION &quot;1.8&quot;</span></code></pre></div>
+<div class="sourceCode"><pre class="sourceCode c"><code class="sourceCode c"><span class="pp">#define TTFAUTOHINT_VERSION &quot;1.8.1&quot;</span></code></pre></div>
<h2 id="function-ttf_autohint_version">Function: <code>TTF_autohint_version</code></h2>
<p>Return the ttfautohint version triplet. This function is useful when dynamically linking to the library, since the macros <code>TTFAUTOHINT_MAJOR</code>, <code>TTFAUTOHINT_MINOR</code>, and <code>TTFAUTOHINT_PATCH</code> cannot be used in that case.</p>
<p>The returned integer triplet is <em>not</em> the same as the shared library’s version triplet (which the dynamic linker uses to resolve runtime dependencies). For example, hypothetical ttfautohint versions 2.27 and 2.27.1 might both correspond to shared library version 1.0.38 in case there are only, say, documentation or packaging differences that don’t affect the library code.</p>
@@ -5030,6 +5030,10 @@ document.write('<a h'+'ref'+'="ma'+'ilto'+':'+e+'" clas'+'s="em' + 'ail">'+'&#x4
</tbody>
</table>
<h1 id="history">History</h1>
+<h2 id="version-1.8.1-2018-jan-01">Version 1.8.1 (2018-Jan-01)</h2>
+<ul>
+<li>Bug fix: The <code>configure</code> script couldn’t recognize Qt 5.10.x.</li>
+</ul>
<h2 id="version-1.8-2017-dec-31">Version 1.8 (2017-Dec-31)</h2>
<ul>
<li><p>A third, ‘natural’ stem width mode has been added: No adjustments to stem widths, discrete blue zone positioning. This is what FreeType uses for its ‘light’ (auto-)hinting mode.</p></li>
@@ -5346,6 +5350,7 @@ document.write('<a h'+'ref'+'="ma'+'ilto'+':'+e+'" clas'+'s="em' + 'ail">'+'&#x4
<li><a href="#authors">Authors</a></li>
<li><a href="#character-ranges">Character Ranges</a></li>
<li><a href="#history">History</a><ul>
+<li><a href="#version-1.8.1-2018-jan-01">Version 1.8.1 (2018-Jan-01)</a></li>
<li><a href="#version-1.8-2017-dec-31">Version 1.8 (2017-Dec-31)</a></li>
<li><a href="#version-1.7-2017-aug-26">Version 1.7 (2017-Aug-26)</a></li>
<li><a href="#version-1.6-2016-nov-27">Version 1.6 (2016-Nov-27)</a></li>
diff --git a/ttfautohint/index.html b/ttfautohint/index.html
index b4f44e4..e8ec695 100644
--- a/ttfautohint/index.html
+++ b/ttfautohint/index.html
@@ -100,8 +100,10 @@
<h4>1st January 2018</h4>
<p>The new year starts with a new ttfautohint release,
- version 1.8! Its main new feature is a third stem width
- and positioning mode, &lsquo;natural&rsquo;: No
+ version 1.8.1! (Version 1.8 was not released due to a
+ serious configuration bug found after publicly tagging the
+ git repository.) Its main new feature is a third stem
+ width and positioning mode, &lsquo;natural&rsquo;: No
adjustments to stem widths, discrete blue zone
positioning. This is what FreeType uses for its
&lsquo;light&rsquo; (auto-)hinting mode.</p>
@@ -118,7 +120,7 @@
installation).</p>
<p>The complete list of changes can be found in
- the <a href="http://sourceforge.net/projects/freetype/files/ttfautohint/1.8/">release
+ the <a href="http://sourceforge.net/projects/freetype/files/ttfautohint/1.8.1/">release
notes</a>.</p>
<h4>26th August 2017</h4>
@@ -666,7 +668,7 @@
<div id="download">
<h2>Download</h2>
- <p>Current version: 1.8 (1st January 2018)</p>
+ <p>Current version: 1.8.1 (1st January 2018)</p>
<h3>Binaries</h3>
@@ -676,21 +678,21 @@
directly after uncompressing the archive.</p>
<p><strong>
- <a href="http://sourceforge.net/projects/freetype/files/ttfautohint/1.8/ttfautohint-1.8-win32.7z/download">Windows</a>
+ <a href="http://sourceforge.net/projects/freetype/files/ttfautohint/1.8.1/ttfautohint-1.8.1-win32.7z/download">Windows</a>
</strong><br>
- <tt>ttfautohint 1.8</tt> &ndash; both command line and
+ <tt>ttfautohint 1.8.1</tt> &ndash; both command line and
GUI.</p>
<p><strong>
- <a href="http://sourceforge.net/projects/freetype/files/ttfautohint/1.8/ttfautohint-1.8-tty-osx.tar.gz/download">Apple</a>
+ <a href="http://sourceforge.net/projects/freetype/files/ttfautohint/1.8.1/ttfautohint-1.8.1-tty-osx.tar.gz/download">Apple</a>
</strong><br>
<tt>ttfautohint 1.8</tt> &ndash; currently command line
only; thanks to Karsten L&uuml;cke for creating this!
- This universal binary for the i386 and x86_64
- architectures has been compiled under OS&nbsp;X 10.5.8 and
- should run with newer versions also.
- Read <a href="osx.html">this page</a> how to get the GUI
- version.</p>
+ This universal binary (functionally equivalent to version
+ 1.8.1) for the i386 and x86_64 architectures has been
+ compiled under OS&nbsp;X 10.5.8 and should run with newer
+ versions also. Read <a href="osx.html">this page</a> how
+ to get the GUI version.</p>
<h3>Source Code and Documentation</h3>
diff --git a/ttfautohint/osx.html b/ttfautohint/osx.html
index 3d01ec6..046ef77 100644
--- a/ttfautohint/osx.html
+++ b/ttfautohint/osx.html
@@ -337,18 +337,18 @@ sudo make install</pre>
Visit <a href="http://freetype.org/ttfautohint">http://freetype.org/ttfautohint</a>
and in the download section, download the latest version
of the source code. Currently the direct link is
- <a href="http://sourceforge.net/projects/freetype/files/ttfautohint/1.8/ttfautohint-1.8.tar.gz/download">http://sourceforge.net/projects/freetype/files/ttfautohint/1.8/ttfautohint-1.8.tar.gz/download</a>.</p>
+ <a href="http://sourceforge.net/projects/freetype/files/ttfautohint/1.8.1/ttfautohint-1.8.1.tar.gz/download">http://sourceforge.net/projects/freetype/files/ttfautohint/1.8.1/ttfautohint-1.8.1.tar.gz/download</a>.</p>
<p>In Finder, go to your Downloads folder and double click the
- <tt>ttfautohint-1.8.tar.gz</tt> file to unpack it into a
- folder named &lsquo;<tt>ttfautohint-1.8</tt>&rsquo;.
- Move the <tt>ttfautohint-1.8</tt> folder to
+ <tt>ttfautohint-1.8.1.tar.gz</tt> file to unpack it into a
+ folder named &lsquo;<tt>ttfautohint-1.8.1</tt>&rsquo;.
+ Move the <tt>ttfautohint-1.8.1</tt> folder to
the <tt>src</tt> folder in your Home folder.</p>
<p>In Terminal, type</p>
<pre>
-cd ~/src/ttfautohint-1.8</pre>
+cd ~/src/ttfautohint-1.8.1</pre>
<p>and press the return key.</p>