ImageTTFText doesn't work with some fonts
| Bug #28598 | ImageTTFText doesn't work with some fonts | ||||
|---|---|---|---|---|---|
| Submitted: | 2004-06-01 02:22 UTC | Modified: | 2005-01-14 19:15 UTC | ||
| From: | supermario at gmx dot net | Assigned: | pajoye (profile) | ||
| Status: | Closed | Package: | GD related | ||
| PHP Version: | 4.3.4+ | OS: | Linux / WinXP | ||
| Private report: | No | CVE-ID: | None | ||
[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.
Patches
Pull Requests
History
AllCommentsChangesGit/SVN commits
[2004-06-01 22:49 UTC] iliaa@php.net
[2004-06-01 23:00 UTC] supermario at gmx dot net
[2004-06-01 23:13 UTC] pajoye@php.net
[2004-06-02 01:00 UTC] supermario at gmx dot net
[2004-06-02 09:23 UTC] pajoye@php.net
[2004-06-04 12:54 UTC] supermario at gmx dot net
[2004-11-19 18:00 UTC] pajoye@php.net
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