> http://www.freetype.org/freetype2/docs/reference/ft2-base_interface.html#FT_Select_Charmap
> 
> says:
>
> "Because many fonts contain more than a single cmap for Unicode
> encoding, this function has some special code to select the one
> which covers Unicode best."
> 
> So it looks like either documentation should be changed to not
> mention that FT_Select_Charmap does the best choice, or
> FT_Select_Charmap behaviour should be changed to actually "select
> the one which covers Unicode best".

With `best' it is meant that a UCS-4 cmap is preferred to a UCS-2
cmap.  I've clarified this in the docs.


    Werner


_______________________________________________
Freetype-devel mailing list
Freetype-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/freetype-devel

Reply via email to