Re: [HarfBuzz] Arabic shaping questions

2011-01-18 Thread Deron Kazmaier
Just a little additional information. The font (a truetype sold by Linotype as an "OpenType" font) includes an "arab" script and "ARA " language defined in various tables (kern, mark, mkmk, locl, ccmp, fina, medi, init, isol, rlig, dlig, frac, pnum, and calt). Changing hb_buffer_set_language()

[HarfBuzz] PHP with HarfBuzz/FreeType?

2011-01-18 Thread Adam Twardoch (List)
Hello, I'm looking for sample code which allows the use of HarfBuzz & FreeType in PHP (through the Cairo bindings, custom bindings or whatever). I want to specify a font file (TTF or OTF), a font size, a Unicode string plus a set of font feature tags to apply, and get back a PNG image. Can anyone