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? _______________________________________________ Freetype-devel mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/freetype-devel
