> I was using "slash" char (code 47) but then notices that the one
> which uses Adobe aftereffects is a little bit different.  (typing
> hebrew).  Then I inspected the font in the FontCreator program and
> found that it is possible to use default char (47) or localized one
> which is located at the end of the font glyph maps.Its glyph index
> is 587
> 
> So if I explicitly insert that index into FT_Load_Glyph I am getting
> the correct localized slash char.

FreeType doesn't take care of localization in any way.  You need a
higher-level library like Pango or ICU to activate locale handling
(i.e., selecting script and language for OpenType features).


    Werner

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

Reply via email to