Re: [HarfBuzz] Still Failing: harfbuzz/harfbuzz#2583 (master - 5078044)

2018-02-14 Thread Jiang Jiang
Any chance we can make the CI a little quieter or send it to a different list? On Wed, Feb 14, 2018 at 2:15 AM, Travis CI wrote: > *harfbuzz / harfbuzz > * > (master

Re: [HarfBuzz] A plea to make HarfBuzz easier to build.

2015-12-15 Thread Jiang Jiang
On Tue, Dec 15, 2015 at 9:14 PM, Jonathan Blow wrote: > Sure, it would be fine to add this; there is also a for-loop in one spot > that doesn't compile in Visual Studio because it declares an enum inline, so > one has to move the enum. > > But these things don't matter, they only take a minute to

Re: [HarfBuzz] Building from git on OS X with Homebrew

2014-03-26 Thread Jiang Jiang
On Wed, Mar 26, 2014 at 5:56 AM, Konstantin Ritt wrote: > That's a great improvement, thanks Jiang. > Even more... it clearly shows the truncation issue I was describing several > times already > (http://lists.freedesktop.org/archives/harfbuzz/2014-February/004149.html). > I'll add some comments t

Re: [HarfBuzz] Building from git on OS X with Homebrew

2014-03-25 Thread Jiang Jiang
On Tue, Mar 25, 2014 at 11:14 PM, Behdad Esfahbod wrote: >> In case anyone wondering (doesn't seemed to see any interests in this >> scenario), I managed to get it working by implementing a set of Core >> Text font_funcs for HarfBuzz: >> https://github.com/jjgod/harfbuzz/commit/08ac195ed88c157eaca

Re: [HarfBuzz] Building from git on OS X with Homebrew

2014-03-25 Thread Jiang Jiang
On Mon, Mar 24, 2014 at 11:18 PM, Jiang Jiang wrote: > I have to explain that I do intend to use the OT shaper, but I just > want to have the font table data loaded from a CGFontRef instead. In case anyone wondering (doesn't seemed to see any interests in this scenario), I manage

Re: [HarfBuzz] Building from git on OS X with Homebrew

2014-03-24 Thread Jiang Jiang
On Mon, Mar 24, 2014 at 10:36 PM, Jiang Jiang wrote: > However, I am also trying with an example where I simply create the > face from a CGFontRef like this: https://gist.github.com/jjgod/9749641 I have to explain that I do intend to use the OT shaper, but I just want to have the font tabl

Re: [HarfBuzz] Building from git on OS X with Homebrew

2014-03-24 Thread Jiang Jiang
On Mon, Mar 24, 2014 at 10:12 PM, Jiang Jiang wrote: > Am I missing something or why are the glyphs always 0? I just realized that src/test.cc adds some UTF-8 text that might not be supported by the font given. I changed the text to some ASCII text and it seemed to work. However, I am a

Re: [HarfBuzz] Building from git on OS X with Homebrew

2014-03-24 Thread Jiang Jiang
Hi Behdad, On Mon, Mar 24, 2014 at 8:00 PM, Behdad Esfahbod wrote: > On 14-03-24 01:32 AM, James Clark wrote: >> I had another go at building harfbuzz from git on Mac OS X. Using Homebrew, >> together with gtk-doc's now being optional, made it an order of magnitude >> easier than last time (glib

Re: [HarfBuzz] [PATCH] Avoid font fallback with CoreText shaper

2013-11-25 Thread Jiang Jiang
On Mon, Nov 25, 2013 at 2:37 PM, Khaled Hosny wrote: > CoreText does automatic font fallback (AKA "cascading") for characters > not supported by the requested font, and provides no way to turn it off, Just wondering, would setting kCTFontCascadeListAttribute to contain only one font descriptor w

Re: [HarfBuzz] harfbuzz: Branch 'master'

2012-12-10 Thread Jiang Jiang
On Mon, Dec 10, 2012 at 6:58 AM, Behdad Esfahbod wrote: > commit 071d5b831e6de5f3b24160dc77b139cb040ab886 > Author: Behdad Esfahbod > Date: Mon Dec 10 00:57:00 2012 -0500 > > Work around missing OSAtomicCompareAndSwapPtrBarrier() on OS X 10.4 > > Not sure how to handle iOS. There is a

Re: [HarfBuzz] "High-DPI, Subpixel Text Positioning, Hinting"

2012-11-24 Thread Jiang Jiang
Hi Behdad, On Thu, Nov 22, 2012 at 11:13 PM, Behdad Esfahbod wrote: > [Excuse my cross-lists posting] > > > A while back I wrote a document about the interactions of high-density > displays and font rendering options. I just went ahead and made it public, > so, enjoy! > > http://goo.gl/yf3M7

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 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 someone, so I’ve