freetype
[Top][All Lists]
Advanced

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

Re: [Freetype] Freetype


From: Tom Kacvinsky
Subject: Re: [Freetype] Freetype
Date: Mon, 26 Mar 2001 07:32:45 -0500 (EST)

May we see the fonts you are having problems with?  The problems you are
seeing might be fixed in the 2.0.2 release.

Thanks,

Tom

On Mon, 26 Mar 2001, Manfred Kubica wrote:

> 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
>
>
> _______________________________________________
> Freetype mailing list
> address@hidden
> http://www.freetype.org/mailman/listinfo/freetype
>




reply via email to

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