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: Alexei Podtelezhnikov
Subject: Re: [ft-devel] About errors in gf driver.
Date: Sun, 1 Jul 2018 18:55:13 -0400



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?

Most people allocate arrays in memory and initialize variables. How many glyphs are in your font? How does the failure in ftview looks like? Did you use gdb?

reply via email to

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