|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2004-06-01 02:22 UTC] supermario at gmx dot net
Description: ------------ ImageTTFText() doesn't work with some TTF fonts (e.g. JuliusBThyssen.ttf) and produce only exclamation marks. The same PHP code and TTF file works with PHP 4.3.5RC1. On request, I can send the font file per mail. PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Oct 30 21:00:01 2025 UTC |
Found work around. A fix in GD to work with MS Symbols does not take care if we relly have a Symbol family font. Many faces could be available. But checking the font family ('Symbol') seems to make it. Commit over the weekend. --Pierre