<div dir="ltr">Hi Behdad,<div><br></div><div>I have a testsuite for my font stuff. After upgrading from 1.0.6 to 1.1.0 (narrowed it down), kerning is no longer enabled. (My kerning test suite fails horribly, no kerning is applied at all)</div><div><br></div><div>One notable thing is I'm currently using my own CMakeLists.txt file to build and link to harfbuzz. </div><div><br></div><div>Maybe now I need to define something extra to enable kerning again?</div><div><br></div><div>Any clues on what might be going on there?</div><div><br></div><div>Cheers,</div><div>Daniel</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Dec 28, 2015 at 8:32 PM, Khaled Hosny <span dir="ltr"><<a href="mailto:khaledhosny@eglug.org" target="_blank">khaledhosny@eglug.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">That was because of the new HB_EXTERN decorator, fixed in:<br>
<a href="https://github.com/behdad/harfbuzz/pull/202" rel="noreferrer" target="_blank">https://github.com/behdad/harfbuzz/pull/202</a><br>
<br>
Regards,<br>
Khaled<br>
<div class="HOEnZb"><div class="h5"><br>
On Sat, Dec 26, 2015 at 03:25:29AM +0400, Khaled Hosny wrote:<br>
> I just noticed now that almost all functions are missing from the<br>
> generated documentation. When I run the build locally I see lots of:<br>
><br>
>    ./harfbuzz-sections.txt:422: warning: No declaration found for hb_feature_to_string.<br>
><br>
> which would explain why they are missing from the docs, but I couldn’t<br>
> manage to find why it can’t find them with my limited understanding of<br>
> gtk-doc.<br>
><br>
> On Fri, Dec 25, 2015 at 06:46:22PM +0100, Behdad Esfahbod wrote:<br>
> > This is all live now:<br>
> > <a href="http://behdad.github.io/harfbuzz/" rel="noreferrer" target="_blank">http://behdad.github.io/harfbuzz/</a><br>
> ><br>
> ><br>
> > On 15-12-24 04:32 AM, Simon Cozens wrote:<br>
> > > On 24/12/2015 11:39, Deepak Jois wrote:<br>
> > >> Here is an old thread that I have bookmarked, regarding whatever little<br>
> > >> documentation that does exist:<br>
> > >><br>
> > >> <a href="http://lists.freedesktop.org/archives/harfbuzz/2015-August/005036.html" rel="noreferrer" target="_blank">http://lists.freedesktop.org/archives/harfbuzz/2015-August/005036.html</a><br>
> > ><br>
> > > When Khaled's PR lands, there'll be docs available at<br>
> > > <a href="http://behdad.github.io/harfbuzz/" rel="noreferrer" target="_blank">http://behdad.github.io/harfbuzz/</a><br>
> > ><br>
> > > (In the meantime the docs are at <a href="http://khaledhosny.github.io/harfbuzz/" rel="noreferrer" target="_blank">http://khaledhosny.github.io/harfbuzz/</a><br>
> > > - like I said, sorry I've dropped the ball on the user manual. As well<br>
> > > as the skeleton that's there, there's an awful lot more I need to add to<br>
> > > it. But finding the time...)<br>
> > ><br>
> > > Behdad, any reason this shouldn't be merged?<br>
> > ><br>
> > > _______________________________________________<br>
> > > HarfBuzz mailing list<br>
> > > <a href="mailto:HarfBuzz@lists.freedesktop.org">HarfBuzz@lists.freedesktop.org</a><br>
> > > <a href="http://lists.freedesktop.org/mailman/listinfo/harfbuzz" rel="noreferrer" target="_blank">http://lists.freedesktop.org/mailman/listinfo/harfbuzz</a><br>
> > ><br>
> > _______________________________________________<br>
> > HarfBuzz mailing list<br>
> > <a href="mailto:HarfBuzz@lists.freedesktop.org">HarfBuzz@lists.freedesktop.org</a><br>
> > <a href="http://lists.freedesktop.org/mailman/listinfo/harfbuzz" rel="noreferrer" target="_blank">http://lists.freedesktop.org/mailman/listinfo/harfbuzz</a><br>
_______________________________________________<br>
HarfBuzz mailing list<br>
<a href="mailto:HarfBuzz@lists.freedesktop.org">HarfBuzz@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/harfbuzz" rel="noreferrer" target="_blank">http://lists.freedesktop.org/mailman/listinfo/harfbuzz</a><br>
</div></div></blockquote></div><br></div>