Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

Hi, I installed on Ubuntu 14.04 Vesta (with, php, mysql, phpmyadmin etc).
On my website I use php imagettftext() function to write text on images. Since years ago I used to write on other servers the font path like:
$font = 'arialbd.ttf';
but here in Ubuntu with vesta and PHP Version 5.6.7-1 will get error: Could not find/open font in …
I found 2 resolutions for my problem:
putenv('GDFONTPATH=' . realpath('.'));
$font = 'arialbd.ttf';
$font = './arialbd.ttf';
How can I set to use only:
$font = 'arialbd.ttf';
?
gerard
Jon Harris
orbitstorm88
rem3n
yolanda smith
301276acdc124dd982fe86364ba8c4
30ddab6038c044188d489290785dcb
699c9bc0a2c34f248e792cb8d2c6ab
Kent Morlan
sylvaticus
agitechcr
8b8f3c8ea96345bf8ddb0a59a008e2