freetype
[Top][All Lists]
Advanced

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

[Freetype] Freetype


From: Manfred Kubica
Subject: [Freetype] Freetype
Date: Mon, 26 Mar 2001 12:52:58 +0200

Hi,

i have some problem with your very nice library freetype 2.0.1:

My font has 237 glyphs. If I will load the glyph via FT_Get_Char_Index
I becomes only 197 glyphs.

  for (const UInt8* ptrC = g_request.chars; *ptrC; ptrC++)
  {
                int idx = FT_Get_Char_Index(face, *ptrC);
                if (idx != 0)
      iCnt++;
  }

And now the problem. If I load the glyphs via FT_Load_Glyph(face, *ptr,
FT_LOAD_DEFAULT);
all is correct. I also see with your tool "ftview" all glyphs.

Is there a problem with FT_Get_Char_Index? I have seen the same problem with
the library
GUT which use your library too.

Please can you help?

Kind Regards
Manfred Kubica




reply via email to

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