Change font in PHP
Hi,
I have what is probably an easy question for anyone that knows PHP...
I'd like to change the font in a form that is using PHP. In HTML you
just type font face=arial and that does the trick, but it doesn't work
in PHP. So what should go there instead? :) Thanks in advance!
Branden
.
Relevant Pages
- RE: [PHP] Change text size with GD
... I use the function imageTTFtext allows you to specify a string with a font ... [PHP] Change text size with GD ... I would like to draw text in a rectangle on an image. ... necessarily reflect the views of Somerfield. ... (php.general) - Re: TTF Kerning
... this on the server, with any font you install on the server, then spits out ... I'm saying if you start typeing with any font in PHP using the TTF ... (comp.lang.php) - Re: Change font in PHP
... I have what is probably an easy question for anyone that knows PHP... ... I'd like to change the font in a form that is using PHP. ... PHP simply outputs a bunch of HTML to the browser. ... (php.general) - displaying php chart text on my host using an uploaded font
... Hi im trying to get a chart to display using php. ... The error stems from the loading of the verdana font file ... work locally and then uploading to the php server which is linuz might ... (comp.lang.php) - Re: Text sizing for web pages
... much about their browsers!) ... Overriding that is just plain stupid and will drive users away. ... how to provide a php way of allowing user control. ... The use of percentage as the font size, ... (alt.php) |
|