I would like to set up a form where people enter a sentence, and then choose from a drop-down list one of say 50 fonts to see that displayed. Where do I start with this?
I know there are some text functions in PHP that will handle something like this, but I want to understand the proccess in more detail. Do I get the script to make a file and enter the user-input into it and display it with the chosen font? But then how will every browser know how to display these fonts? Should they then be converted to images?
I know there are some text functions in PHP that will handle something like this, but I want to understand the proccess in more detail. Do I get the script to make a file and enter the user-input into it and display it with the chosen font? But then how will every browser know how to display these fonts? Should they then be converted to images?