Re: [HarfBuzz] Dotted circles in harfbuzz

2015-06-30 Thread Vignesh Raman
Hi, Looks like this is fixing the crash, -glyphString[slen++] = C_DOTTED_CIRCLE; +//glyphString[slen++] = C_DOTTED_CIRCLE; // Don't hardcode dotted circle when base glyph is blank + item-attributes[slen-1].dontPrint = true; // FIXME this will hide

[HarfBuzz] Dotted circles in harfbuzz

2015-06-24 Thread Vignesh Raman
Hi All, I was checking a thai webpage which has a virtual keyboard, https://www.branah.com/thai When I open this website in chrome, I do not see the dotted circles in keyboard and when top level thai characters are typed nothing appears in text area. Using a sample application (facybroswer)

Re: [HarfBuzz] Dotted circles in harfbuzz

2015-06-24 Thread John Tapsell
I suggested to Vignesh off the mailing list to apply the following patch: http://pastebin.com/e3tJRYMP i.e just adding: glyphString[slen++] = C_DOTTED_CIRCLE; + item-attributes[slen-1].dontPrint = true; // FIXME this will hide all dotted circle However he found