freetype-devel
[Top][All Lists]
Advanced

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

Re: [ft-devel] PDF text rendering error


From: Werner LEMBERG
Subject: Re: [ft-devel] PDF text rendering error
Date: Wed, 13 Jun 2012 10:27:25 +0200 (CEST)

... Are you really writing code without indentation?

> #include "../../ft2.4.9/include/freetype/internal/ftobjs.h"

Uh, oh!  You must never, ever use an internal header file in your
source code (except for special reasons).

> int load_flags = 8;

Any reason why you don't use the symbolic value, FT_LOAD_NO_BITMAP?

Besides this, I don't see a problem with your code (after a quick
look).  Are you *sure* that you are linking to the right, patched
FreeType library?


    Werner



reply via email to

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