freetype-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ft-devel] Problem in selecting encoding!!!


From: Werner LEMBERG
Subject: Re: [ft-devel] Problem in selecting encoding!!!
Date: Mon, 23 Jul 2007 11:32:04 +0200 (CEST)

>               error = FT_Select_Charmap(this->face,FT_ENCODING_JOHAB);
>
> What is the procedure to select a different encoding, other than
> FT_ENCODING_UNICODE

This only works if the font actually has a johab mapping (only some
old Korean fonts have this).  For general input code conversion you
should use iconv() or something similar.


    Werner




reply via email to

[Prev in Thread] Current Thread [Next in Thread]