Hi, I am fairly new to PHP and recently have been writing the code to display true type fonts online. I wrote all my code and everything worked fine for displaying each individual letter but then I wanted to display The quick brown fox jumped over the lazy dog in font sizes 8 thru 72, but when I get to a certain image size all of a sudden the image is flooded with dark blue. I have checked all my code, deleted all and did a copy and paste from the size 8 font, renamed my switch cases in case the cache was doing something and nothing worked. I then tried playing around with the size of the image, if it was under a certain size then it would display with a light blue background like it should but as soon as I try to make it say 700 px wide to spam across the full width of the page it crashes, but only when the font is 48pt or larger, it will display fine at 700 px when the font is smaller than 48. I have tried and tried to sort out what the problem is but started to wonder if it is a possible bug. I am very good at removing all my code and adding line by line testing each time and I really can’t find any logic errors in it. Any help or suggestions would be much appreciated. Thanks, Elizabeth