[HarfBuzz] Simplish example using HarfBuzz with Qt

2012-10-07 Thread Khaled Hosny
Hi all, A while ago I wrote a very simple example of using HarfBuzz to draw text on a Qt canvas (QPainter) while helping a friend. I don’t know much of Qt and it does not do much, but I thought it might help someone, so I’ve put it on GitHub: https://github.com/khaledhosny/QtHarfBuzzExample

Re: [HarfBuzz] Simplish example using HarfBuzz with Qt

2012-10-07 Thread Jiang Jiang
Hi Khaled, On Sun, Oct 7, 2012 at 9:31 AM, Khaled Hosny khaledho...@eglug.org wrote: Hi all, A while ago I wrote a very simple example of using HarfBuzz to draw text on a Qt canvas (QPainter) while helping a friend. I don’t know much of Qt and it does not do much, but I thought it might help