freetype-devel
[Top][All Lists]
Advanced

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

Re: [ft-devel] FreeType Amalgamation (changes)


From: Vinnie
Subject: Re: [ft-devel] FreeType Amalgamation (changes)
Date: Fri, 20 Jan 2012 14:49:18 -0800 (PST)

More cosmetic changes I had to make:

1) ttdriver.c

Rename Load_Glyph() static function as it conflicts with another static 
function.

2) t1driver.c

Rename t1_get_glyph_name() as it conflicts with another static function.

3) cidload.c

Rename parse_font_matrix(), t1_init_loader(), t1_done_loader(),

4) FT_ERRORS_H

Before any lines that #define FT_ERR_PREFIX or FT_ERR_BASE, these lines
need to be added:

#ifdef FT_ERR_PREFIX
#undef FT_ERR_PREFIX
#endif
#ifdef FT_ERR_BASE
#undef FT_ERR_BASE
#endif

5) Where are ftimage.h and inttypes.h? There are some lines that include these
but they don't seem to be in the source tree. Dead code?



reply via email to

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