> 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,
>               $font,"tmp/AnieneNuovaEF-Regular.otf",$text);

I don't know this `ImageTTFText' function, since I'm not using PHP.
Are you sure that `$text' has the right encoding?  You should look up
the documentation.


    Werner
_______________________________________________
Freetype mailing list
Freetype@nongnu.org
https://lists.nongnu.org/mailman/listinfo/freetype

Reply via email to