ID: 7663 Updated by: andy Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: GD related Operating System: Red Hat Linux 6.2J PHP Version: 4.0.3pl1 New Comment: is this a GD problem or a PHP problem. Previous Comments: ------------------------------------------------------------------------ [2000-11-06 09:46:44] [EMAIL PROTECTED] Some initialization codes are not worked at fontFetch() in gdttf.c. if (TT_Set_Instance_Resolutions(a->instance, RESOLUTION, RESOLUTION)) { *error = "Could not set device resolutions"; return NULL; map_found = 0; // <-- a->have_char_map_Unicode = 0; // <-- a->have_char_map_Big5 = 0; // <-- a->have_char_map_Roman = 0; // <-- } ------------------------------------------------------------------------ Edit this bug report at http://bugs.php.net/?id=7663&edit=1 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]