|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2001-07-22 19:30 UTC] andy@php.net
[2001-08-14 20:07 UTC] jmoore@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 05 13:00:01 2025 UTC |
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; // <-- }