At the risk of many coffee splashed monitors .
Can I upload a ttf font called font.ttf in the website folder and use
that exact font to display certain text on the webspace .
I've had good on php.net and this is closest I got .
-----
void swf_definefont ( int fontid, string fontname )
The swf_definefont( ) function defines a font given by the fontname
parameter and gives it the id specified by the fontid parameter. It then
sets the font given by fontname to the current font.
-----
So can I or cant I ? .
If so then obviously demo code required .
Can I upload a ttf font called font.ttf in the website folder and use
that exact font to display certain text on the webspace .
I've had good on php.net and this is closest I got .
-----
void swf_definefont ( int fontid, string fontname )
The swf_definefont( ) function defines a font given by the fontname
parameter and gives it the id specified by the fontid parameter. It then
sets the font given by fontname to the current font.
-----
So can I or cant I ? .
If so then obviously demo code required .
Comment