> I'm try to use freetype 2.2.1 into Nano-X to devel embedded
> application. The full import is complete and the library work
> done. I ask you a little questions. I use UNICODE charmap and I use
> courier font for my application, but the library always open the
> font using ISO8859-1 codification.

Hmm.  Normally FreeType tries to synthesize a Unicode charmap.  You
can use the ftdump demo program to find out what FreeType does with
your font.

> My application needed euro sign and I needed open the font. I know
> the correct codification is ISO8859-15, but I not found how use
> that.

I think you have to do the Unicode <-> iso8859-15 mapping by yourself.


    Werner


_______________________________________________
Freetype mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/freetype

Reply via email to