> I've tried to use FreeType2 to render some Korean characters:
> "게으른이 피었습니다" with font gulim.ttc (GulimChe) and I've
> received just "???? ??????" instead of appropriate bitmaps.
>
> PS: That happens If I choose parameter "Use Unicode Character Set"
> or "Use Multi-Byte Character Set" in Visual Studio. If i choose "Not
> Set" for Character set, glyphs even don't load with FT_Load_Glyph.
FT_Load_Glyph expects glyph indices, not character codes! You should
select a Unicode cmap with FT_Select_Charmap, then using FT_Load_Char
(which then expects Unicode values, not UTF-8).
Werner
_______________________________________________
Freetype mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/freetype