-
Notifications
You must be signed in to change notification settings - Fork 113
Open
Description
I'm trying to render this string using "Arial Unicode.ttf":
var test = _fontFace.GetCharIndex(oneletter);
_fontFace.LoadChar(oneletter, LoadFlags.Render, LoadTarget.Normal);
var ftbitmap = _fontFace.Glyph.Bitmap;
Morocco / Maroc ⴰⵎⵔⵔⵓⴽ المغرب
The middle-part ⴰⵎⵔⵔⵓⴽ is not rendered, the rest is fine. For the letters which are not rendered, the test=GetCharIndex is also 0. I'm not very familiar with these font/unicode-stuff, maybe this letter is just not in Arial? But when I paste the string for example in an editor and use Arial, its rendered fine.
Is there a trick to get these letters rendered too?
Thanks
Tom
Metadata
Metadata
Assignees
Labels
No labels