0

I am creating little script to place text on graphical valentines day heart so I need the & symbol to display. IE. Cat & Dog I have tried a few fonts but none will print the & using imagettftext. It just prints blank when user enters &.

Fields are entered in simple Form with text fields and posted to script, then read in script using $_POST.

Can you help?

mwoody
  • 1
  • 1
    & is a pretty normal ASCII character, there's little reason it shouldn't show up. Give us more information and code. – deceze Jan 10 '18 at 12:43
  • You don't say which fonts you're using - are they particularly obscure? Do they definitely contain that character? – iainn Jan 10 '18 at 12:51
  • https://stackoverflow.com/questions/198007/php-function-imagettftext-and-unicode – ino Jan 10 '18 at 13:53

0 Answers0