<div dir="ltr">Attached the x_advance and x_offset of each codepoint.<div>Also, attached the screenshots of each version.</div><div><br></div><div>Thanks,</div><div>Daniel</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Jan 4, 2016 at 3:09 PM, Daniel Ribeiro Maciel <span dir="ltr"><<a href="mailto:daniel.maciel@gmail.com" target="_blank">daniel.maciel@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Yes, will do it in about 4h-5h as I'm currently unable to access my dev station.<div><br></div><div>Thanks Behdad.</div></div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Jan 4, 2016 at 2:25 PM, Behdad Esfahbod <span dir="ltr"><<a href="mailto:behdad.esfahbod@gmail.com" target="_blank">behdad.esfahbod@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Daniel,<br>
<br>
Can you attach hb-shape output of the old and new HarfBuzz?<br>
<br>
Thanks,<br>
behdad<br>
<span><br>
On 16-01-04 04:15 PM, Daniel Ribeiro Maciel wrote:<br>
> Test string: "T. W. AV Ve"<br>
> Font used Garamond Premier Pro, attached here.<br>
><br>
> I use xAdvance for offsetting glyphs and FreeType to render.<br>
> I will generate some PNGs and send them to you guys as well.<br>
><br>
> Thanks!<br>
> Daniel<br>
><br>
> On Mon, Jan 4, 2016 at 9:54 AM, Behdad Esfahbod <<a href="mailto:behdad.esfahbod@gmail.com" target="_blank">behdad.esfahbod@gmail.com</a><br>
</span><span>> <mailto:<a href="mailto:behdad.esfahbod@gmail.com" target="_blank">behdad.esfahbod@gmail.com</a>>> wrote:<br>
><br>
> Hi Daniel,<br>
><br>
> We need to see a sample font and string to be able to help.<br>
><br>
> behdad<br>
><br>
> On 16-01-04 02:37 AM, Daniel Ribeiro Maciel wrote:<br>
> > Hi Behdad,<br>
> ><br>
> > I have a testsuite for my font stuff. After upgrading from 1.0.6 to 1.1.0<br>
> > (narrowed it down), kerning is no longer enabled. (My kerning test suite fails<br>
> > horribly, no kerning is applied at all)<br>
> ><br>
> > One notable thing is I'm currently using my own CMakeLists.txt file to build<br>
> > and link to harfbuzz.<br>
> ><br>
> > Maybe now I need to define something extra to enable kerning again?<br>
> ><br>
> > Any clues on what might be going on there?<br>
> ><br>
> > Cheers,<br>
> > Daniel<br>
> ><br>
> > On Mon, Dec 28, 2015 at 8:32 PM, Khaled Hosny <<a href="mailto:khaledhosny@eglug.org" target="_blank">khaledhosny@eglug.org</a> <mailto:<a href="mailto:khaledhosny@eglug.org" target="_blank">khaledhosny@eglug.org</a>><br>
</span><div><div>> > <mailto:<a href="mailto:khaledhosny@eglug.org" target="_blank">khaledhosny@eglug.org</a> <mailto:<a href="mailto:khaledhosny@eglug.org" target="_blank">khaledhosny@eglug.org</a>>>> wrote:<br>
> ><br>
> > 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>
> ><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<br>
> > 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<br>
> whatever little<br>
> > > > >> documentation that does exist:<br>
> > > > >><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<br>
> <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.<br>
> As well<br>
> > > > > as the skeleton that's there, there's an awful lot more I need<br>
> 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" target="_blank">HarfBuzz@lists.freedesktop.org</a><br>
> <mailto:<a href="mailto:HarfBuzz@lists.freedesktop.org" target="_blank">HarfBuzz@lists.freedesktop.org</a>><br>
</div></div>> <mailto:<a href="mailto:HarfBuzz@lists.freedesktop.org" target="_blank">HarfBuzz@lists.freedesktop.org</a><br>
<span>> <mailto:<a href="mailto:HarfBuzz@lists.freedesktop.org" target="_blank">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" target="_blank">HarfBuzz@lists.freedesktop.org</a><br>
> <mailto:<a href="mailto:HarfBuzz@lists.freedesktop.org" target="_blank">HarfBuzz@lists.freedesktop.org</a>><br>
</span>> <mailto:<a href="mailto:HarfBuzz@lists.freedesktop.org" target="_blank">HarfBuzz@lists.freedesktop.org</a><br>
<span>> <mailto:<a href="mailto:HarfBuzz@lists.freedesktop.org" target="_blank">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" target="_blank">HarfBuzz@lists.freedesktop.org</a><br>
> <mailto:<a href="mailto:HarfBuzz@lists.freedesktop.org" target="_blank">HarfBuzz@lists.freedesktop.org</a>><br>
</span>> <mailto:<a href="mailto:HarfBuzz@lists.freedesktop.org" target="_blank">HarfBuzz@lists.freedesktop.org</a><br>
> <mailto:<a href="mailto:HarfBuzz@lists.freedesktop.org" target="_blank">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>
><br>
><br>
</blockquote></div><br></div>
</div></div></blockquote></div><br></div>