maxudaskin Posted February 20, 2008 Share Posted February 20, 2008 How could I use a font that I uploaded to my server on my site? Quote Link to comment https://forums.phpfreaks.com/topic/92012-new-font-with-php/ Share on other sites More sharing options...
rhodesa Posted February 20, 2008 Share Posted February 20, 2008 Where are you trying to use the font? For text on a webpage? You can only use fonts that the user has if you are talking about text content on a page. The only place in PHP that I know of that you can control the font is when generating images with the GD library. In that case you want to look into http://us2.php.net/manual/en/function.imagettftext.php Quote Link to comment https://forums.phpfreaks.com/topic/92012-new-font-with-php/#findComment-471291 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.