<div dir="ltr"><br>:)<br><div class="gmail_quote">---------- Forwarded message ----------<br>From: <b class="gmail_sendername">Werner LEMBERG</b> <span dir="ltr"><<a href="mailto:wl@gnu.org">wl@gnu.org</a>></span><br>

Date: 11 February 2014 02:58<br>Subject: ttfautohint 1.00rc1 has been released<br>To: <a href="mailto:freetype-announce@nongnu.org">freetype-announce@nongnu.org</a>, <a href="mailto:freetype@nongnu.org">freetype@nongnu.org</a>, <a href="mailto:freetype-devel@nongnu.org">freetype-devel@nongnu.org</a><br>

<br><br><br>
A first release candidate of ttfautohint 1.00 has been released.<br>
<br>
The source tarball, statically-linked binaries for Win32 (TTY and GUI) and<br>
OS X (TTY only) are available from<br>
<br>
    <a href="http://savannah.nongnu.org/download/freetype/" target="_blank">http://savannah.nongnu.org/download/freetype/</a><br>
<br>
or<br>
<br>
    <a href="http://sourceforge.net/projects/freetype/files/ttfautohint/1.00rc1" target="_blank">http://sourceforge.net/projects/freetype/files/ttfautohint/1.00rc1</a><br>
<br>
Instructions to build the GUI version on OS X can be found at<br>
<br>
    <a href="http://freetype.org/ttfautohint/osx.html" target="_blank">http://freetype.org/ttfautohint/osx.html</a><br>
<br>
<br>
Enjoy!<br>
<br>
<br>
   Werner<br>
<br>
<br>
PS: Downloads from <a href="http://savannah.nongnu.org" target="_blank">savannah.nongnu.org</a> will redirect to your nearest<br>
    mirror site.  Files on mirrors may be subject to a replication<br>
    delay of up to 24 hours.  In case of problems use<br>
    <a href="http://download-mirror.savannah.gnu.org/releases/" target="_blank">http://download-mirror.savannah.gnu.org/releases/</a><br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
<br>
<a href="http://freetype.org/ttfautohint" target="_blank">http://freetype.org/ttfautohint</a><br>
<br>
This project provides a library which takes a TrueType font as the input,<br>
remove its bytecode instructions (if any), and return a new font where all<br>
glyphs are bytecode hinted using the information given by FreeType's<br>
autohinting module.  The idea is to provide the excellent quality of the<br>
autohinter on platforms which don't use FreeType.<br>
<br>
The library has a single API function, `TTF_autohint'; see<br>
`lib/ttfautohint.h' for a detailed description.  Note that the library<br>
itself won't get installed currently.<br>
<br>
A command-line interface to the library is the `ttfautohint' program; after<br>
compilation and installation, say<br>
<br>
  ttfautohint --help<br>
<br>
for usage information, or say<br>
<br>
  man ttfautohint<br>
<br>
to read its manual page.<br>
<br>
A GUI to the library is `ttfautohintGUI'; it uses the Qt4 framework.  The<br>
compilation of this application can be disabled with the `--without-qt'<br>
configuration option.<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
<br>
New in 1.00rc1:<br>
<br>
* OpenType feature support.  ttfautohint now uses the HarfBuzz library to<br>
  analyze data from the `GSUB' table.  This allows the hinting of glyphs<br>
  that don't have an entry in a font's `cmap' table, for example<br>
  superscripts or small caps.<br>
<br>
  Related to this, the new option `--default-script' controls the default<br>
  (fallback) script used for OpenType features.<br>
<br>
* More than a single standard character is used.  For example, the `latin'<br>
  script uses characters `o', `O', and digit `0'.  This improves the hinting<br>
  of fonts (and features) that have only a partial coverage of a script's<br>
  character repertoire.<br>
<br>
* Much better GDI ClearType hinting in the range 30-80ppem (approx.),<br>
  avoiding overly flat tops and bottoms of round glyphs.<br>
<br>
* Better handling of non-square pixels (this is, horizontal and vertical<br>
  resolutions differ) in the created TrueType bytecode.<br>
</div><br><br clear="all"><br>-- <br>Cheers<br>Dave
</div>