On Fri, Jun 20, 2014 at 02:40:50PM -0400, Bobby Powers wrote:
> Hi Sylvain,
>
> Sylvain wrote:
> > I started to rewrite it, namely I unrolled the c++ code into
> > plain C code. But I did it only for basic layout rendering. The
> > API has a major race condition though (free before access), I did
Hi Sylvain,
Sylvain wrote:
> I started to rewrite it, namely I unrolled the c++ code into
> plain C code. But I did it only for basic layout rendering. The
> API has a major race condition though (free before access), I did
> try to warn the GTK+/pango devs, that was just hitting my head
> against
On Thu, Jun 19, 2014 at 01:21:24PM -0400, Nick wrote:
> Quoth Sylvain BERTRAND:
> > Unfortunately, the C toolkits over there are turning very
> > bad:
> > GTK+ and the EFL do depend on harfbuzz for their font layout
> > computation which is an *really* ugly c++ object-oriented
> > brainfuckage (ugl
> international text layout
just use facebook then.
Quoth Sylvain BERTRAND:
> Unfortunately, the C toolkits over there are turning very bad:
> GTK+ and the EFL do depend on harfbuzz for their font layout
> computation which is an *really* ugly c++ object-oriented
> brainfuckage (uglier that the glib SDK dependencies!). I did a C
> port of harfbuzz (