Skip to content

Some characteres are not rendered #117

@TomQv

Description

@TomQv

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions