[ft] Opentype support of specual characters

2015-03-22 Thread g.po...@polte-media.com
Hello, is it possible to use the special characters like ö, ü, ö, ß from opentype (otf) fonts in PHP? I tried to that and it was not possible. I only get a square output. I used this: ImageTTFText ($image, 30, 0, 0, 40, $font,tmp/AnieneNuovaEF-Regular.otf,$text); With TTF fonts it was

Re: [ft] Opentype support of specual characters

2015-03-22 Thread Werner LEMBERG
is it possible to use the special characters like ö, ü, ö, ß from opentype (otf) fonts in PHP? If the font contains those glyphs, and it also contains a Unicode cmap (which is standard today), it should work. I used this: ImageTTFText ($image, 30, 0, 0, 40,

Re: [ft] Opentype support of specual characters

2015-03-22 Thread Lawrence D'Oliveiro
On Sun, 22 Mar 2015 16:35:33 +0100, g.po...@polte-media.com wrote: is it possible to use the special characters like ö, ü, ö, ß from opentype (otf) fonts in PHP? Doesn’t sound like a FreeType issue. Maybe you should ask on a PHP forum. ___ Freetype