Re: [HarfBuzz] Patch for harfbuzz

2011-10-26 Thread John Tapsell
On 26 October 2011 10:14, John Tapsell johnf...@gmail.com wrote: Khaled,  Oh well.  I am very pleased to see that you came up with the exact same patch.  Hopefully together we can now get this fixed. John What happens next? I found a post from January 13th from Jjgod Jiang saying that he

[HarfBuzz] Thai Patches

2011-11-03 Thread John Tapsell
Hi all, Could someone review this bug fix please? We need it urgently for thai support: http://linux.thai.net/websvn/wsvn/software.qt/trunk/qt-everywhere-opensource-4.7.0/qt-4.7.0-harfbuzz_thai.patch Thanks, JohnFlux ___ HarfBuzz mailing list

Re: [HarfBuzz] Rendering Thai

2011-11-10 Thread John Tapsell
2011 14:24, John Tapsell johnf...@gmail.com wrote: Hi,  With harfbuzz.old (Qt's version), when I render the string: ซ้ำ I get the output: http://imageupload.org/download.php?id=132574type=2 W = Waree font T = Tahoma font N = Nokia Pure Text AS font The first one is rendered correctly

Re: [HarfBuzz] Thai Patches

2012-01-19 Thread John Tapsell
Thanks - it's already merged now in Qt :-) John On 19 January 2012 04:01, Behdad Esfahbod beh...@behdad.org wrote: On 11/03/2011 04:33 AM, John Tapsell wrote: Hi all,   Could someone review this bug fix please? Not really.  Old HarfBuzz is unmaintained and I don't have the bandwidth to go

Re: [HarfBuzz] ZWJ/ZWNJ and harfbuzz

2012-01-22 Thread John Tapsell
Please check ZWJ characters mixed in with thai when testing these patches. I have some patches to deal with this case for Qt but they haven't been merged yet. (I only wrote them yesterday). On 22 January 2012 11:15, Harshula harsh...@gmail.com wrote: Hi Behdad, Just wondering if you've come

Re: [HarfBuzz] Thai Patches

2012-01-23 Thread John Tapsell
On 23 January 2012 00:13, Behdad Esfahbod beh...@behdad.org wrote: On 01/19/2012 03:48 AM, John Tapsell wrote: Thanks - it's already merged now in Qt :-) Same patch exactly?  In that case I'll push it upstream. Hmm, no. Hold off, and I'll get round to preparing a diff for you. I have

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