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()
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