1
0
mirror of https://github.com/php/php-src.git synced 2026-04-09 09:03:04 +02:00
Files
archived-php-src/ext/gd
Scott MacVicar 796bfb0bd0 imagettftext() uses the last charactermap it found and not the one you want
Summary:
This caused issues when you picked a font with multiple maps, it wouldn't
pick the unicode version but instead pick the last one it saw. Change so
we cache on a per encoding level. There was even a todo list item in the code.

In an ideal world we can probably iterate through at font write time.

Test Plan:
See said unit test, it's Apache Licensed font included
2014-02-16 22:49:31 -08:00
..
2013-12-07 19:41:23 -08:00
2013-05-15 14:24:21 +02:00
2003-06-15 20:16:46 +00:00
2013-05-06 10:07:06 +02:00
2014-01-03 11:08:10 +08:00
2014-01-03 11:08:10 +08:00
2003-12-28 21:08:46 +00:00
2014-01-03 11:08:10 +08:00