(I'm thinking only the codepoint replacement thing is working, the kerning offset is not being taken into account for some reason. I'm using x_offset and x_advance.)
On Sun, May 18, 2014 at 5:51 PM, Daniel Ribeiro Maciel < [email protected]> wrote: > Hi Behdad, > > I just tested the HB View is working properly, so it is my fault for sure. > Any tips on how to try and debug what's wrong? > > Thanks for your help. > > Daniel > > > On Thu, May 15, 2014 at 6:59 PM, Daniel Ribeiro Maciel < > [email protected]> wrote: > >> (BTW the contextual kerning is working for things like 'Que' using the >> "garamond-premier-pro-caption.otf", but not for the sliding dot problem) >> >> >> On Thu, May 15, 2014 at 6:53 PM, Daniel Ribeiro Maciel < >> [email protected]> wrote: >> >>> These are my current defines: >>> >>> add_definitions( >>> -DHAVE_OT >>> -DHAVE_FREETYPE >>> -DHAVE_UCDN >>> -DHAVE_INTEL_ATOMIC_PRIMITIVES >>> ) >>> >>> Thanks, >>> Daniel >>> >>> >>> On Thu, May 15, 2014 at 6:45 PM, Behdad Esfahbod <[email protected]>wrote: >>> >>>> Do you HAVE_OT? You want to. And HAVE_UCDN. >>>> >>>> On 14-05-15 03:41 PM, Daniel Ribeiro Maciel wrote: >>>> > I have based my code on one of the >>>> > examples: https://github.com/lxnt/ex-sdl-freetype-harfbuzz >>>> > So I'm doing almost the same thing as this example. >>>> > >>>> > One more question. I'm building harfbuzz myself using CMake, so I had >>>> to set >>>> > the config defines myself. >>>> > Could it be one of those defines? Maybe I'm missing one. >>>> > >>>> > >>>> > On Thu, May 15, 2014 at 6:19 PM, Behdad Esfahbod <[email protected] >>>> > <mailto:[email protected]>> wrote: >>>> > >>>> > On 14-05-15 02:56 PM, Daniel Ribeiro Maciel wrote: >>>> > > Hi all! >>>> > > >>>> > > I'm having trouble using harfbuzz to attack the 'sliding dot' >>>> problem. (Such >>>> > > as in T. W. Lewis). >>>> > > The dots are not positioned as close to the glyphs as my >>>> reference rendering >>>> > > from LibreOffice or Chrome. >>>> > > >>>> > > Do I have to pass any arguments to harfbuzz to instruct it to >>>> apply >>>> > kerning to >>>> > > certain special cases? >>>> > >>>> > No, it should be enabled by default. How are you invoking >>>> HarfBuzz? >>>> > >>>> > -- >>>> > behdad >>>> > http://behdad.org/ >>>> > >>>> > >>>> >>>> -- >>>> behdad >>>> http://behdad.org/ >>>> >>> >>> >> >
_______________________________________________ HarfBuzz mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/harfbuzz
