<div dir="ltr">Hi, could I unsubscribe from this list? Thanks.<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, May 1, 2013 at 2:15 PM, Dave Crossland <span dir="ltr"><<a href="mailto:dave@lab6.com" target="_blank">dave@lab6.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">:D<br>
<br>
---------- Forwarded message ----------<br>
From: Werner LEMBERG <<a href="mailto:wl@gnu.org">wl@gnu.org</a>><br>
Date: 1 May 2013 20:11<br>
Subject: [ft-devel] new CFF engine<br>
To: <a href="mailto:freetype-devel@nongnu.org">freetype-devel@nongnu.org</a><br>
<br>
<br>
<br>
Folks,<br>
<br>
<br>
Adobe, in collaboration with Google, has contributed a new CFF parsing<br>
and hinting engine. The last few months it was my job to fully<br>
integrate the code into FreeType, and I'm very pleased with the<br>
results. Here are links to the relevant blogs:<br>
<br>
<a href="http://adobe.ly/12mJWGv" target="_blank">http://adobe.ly/12mJWGv</a><br>
<a href="http://google-opensource.blogspot.com/2013/05/got-cff.html" target="_blank">http://google-opensource.blogspot.com/2013/05/got-cff.html</a><br>
<br>
Look at the comparison images :-)<br>
<br>
Below are the relevant parts of the CHANGES file (which also give<br>
details how to enable it); as you can see, there are also a bunch of<br>
improvements for ftview and ftdiff.<br>
<br>
I plan to release 2.4.12 in about a week.<br>
<br>
<br>
Please test and enjoy!<br>
<br>
Werner<br>
<br>
<br>
======================================================================<br>
<br>
<br>
- We have another CFF parsing and hinting engine! Written by Dave<br>
Arnold <<a href="mailto:darnold@adobe.com">darnold@adobe.com</a>>, this work has been contributed by<br>
Adobe in collaboration with Google. It is vastly superior to<br>
the old CFF engine, and it will replace it in the next release.<br>
Right now, it is still off by default, and you have to<br>
explicitly select it using the new `hinting-engine' property of<br>
the cff driver:<br>
<br>
...<br>
#include FT_CFF_DRIVER_H<br>
<br>
FT_Library library;<br>
int engine = FT_CFF_HINTING_ADOBE;<br>
<br>
<br>
...<br>
FT_Property_Set( library, "cff", "hinting-engine", &engine );<br>
<br>
The code has a (mature) beta status; we encourage all users to<br>
test it and report any problems.<br>
<br>
[...]<br>
<br>
- Using the `H' key, it is now possible to select the CFF engine<br>
in both `ftview' and `ftdiff'.<br>
<br>
- It is now possible to directly select the LCD rendering mode<br>
with the keys `A'-`F' in `ftview'. The key mapping for cycling<br>
through LCD modes has been changed from `K' and `L' to `k' and<br>
`l', and toggling custom LCD filtering is no longer mapped to<br>
key `F' but to key `L'.<br>
<br>
- In `ftdiff', key `x' toggles between layout modes: Either use<br>
the advance width (this is new and now the default) or the<br>
bounding box information to determine line breaks.<br>
<br>
_______________________________________________<br>
Freetype-devel mailing list<br>
<a href="mailto:Freetype-devel@nongnu.org">Freetype-devel@nongnu.org</a><br>
<a href="https://lists.nongnu.org/mailman/listinfo/freetype-devel" target="_blank">https://lists.nongnu.org/mailman/listinfo/freetype-devel</a><br>
<span class="HOEnZb"><font color="#888888"><br>
<br>
--<br>
Cheers<br>
Dave<br>
</font></span></blockquote></div><br></div>