freetype-devel
[Top][All Lists]
Advanced

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

Re: [ft-devel] About errors in gf driver.


From: Parth Wazurkar
Subject: Re: [ft-devel] About errors in gf driver.
Date: Mon, 2 Jul 2018 03:39:38 +0530

> I have found that `ftview' is not allocating `handle->current_font->num_indices' correctly for the gf driver

This means that your gf driver did not initialize num_glyphs in FT_Face.

I checked in FTDemo_Install_Font it is properly allocating face->num_glyphs
in FT_Face. Can there be any other possibilities?

> Also, I think I am missing out on the understanding about the
> idea of cache in FT. Please help me with this.

Do not worry about it. It will work once you fixed errors like the one
above and ftview displays glyphs.

Ok .

Thanks

--
Parth

reply via email to

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