Is there a way to install a font on the client computer when the page loads?
Fonts
Started by Ronin, Oct 10 2006 02:35 PM
3 replies to this topic
#1
Posted 10 October 2006 - 02:35 PM
|
|
|
#2
Posted 11 October 2006 - 09:51 PM
I dont believe it is possable to install a font on the client computer without the user knowing. You could prompt them to download a font, but impossable to install the font.
However PHP does have the ability to use GD (no idea what that stands for) but it enables PHP to render images using the specific fonts you want.
However PHP does have the ability to use GD (no idea what that stands for) but it enables PHP to render images using the specific fonts you want.
#3
Posted 12 October 2006 - 01:13 PM
I suspect this would be a massive security risk so probably not possible at all, be limiting your potential viewers as well if it depends on a specific font, I know I wouldnt download a font just to view a page properly.
A workaround could be to use flash to display text, you can embed any font you want in the .swf so it renders correctly on the users browser
A workaround could be to use flash to display text, you can embed any font you want in the .swf so it renders correctly on the users browser
#4
Posted 12 October 2006 - 04:54 PM
PHP is server side, not client side, which would make this task impossible.


Sign In
Create Account


Back to top









