freetype
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ft] FT_Get_Char_Index() always returns 0


From: Werner LEMBERG
Subject: Re: [ft] FT_Get_Char_Index() always returns 0
Date: Thu, 10 Aug 2017 21:46:28 +0200 (CEST)

> It contains Greek characters

Well it rather contains Greek *symbols*, to be used mainly for
scientific purposes.

The font in question is an old symbol TrueType font, not having a
(native) Unicode cmap.  Instead, it contains a Windows symbol map
(3,0), to be addressed in the character range 0xF000-0xF0FE.  You have
to select this cmap manually.

However, the forthcoming FreeType version (to be released very soon)
has code to automatically synthesize a Unicode cmap (3,1) based on
glyph names, and which get activated automatically.  This means
that...

> [...] For example, I've tried to get the Greek character delta in
> upper-case notation by doing the following:
> 
>    FT_UInt glyph_index = FT_Get_Char_Index(face, 0x394);

... this use case *will* work properly then.


    Werner



reply via email to

[Prev in Thread] Current Thread [Next in Thread]