Quick actions

cmd+k|ctrl+k

Navigation

Languages

test_imagefttext

Snippet info

Language

Php

Visibility

public

Author

fenghestudio

Created

2019-09-12T06:39:02Z

Updated

2019-09-12T06:39:02Z

<?php

// Set the enviroment variable for GD
putenv('GDFONTPATH=' . realpath('.'));

// Name the font to be used (note the lack of the .ttf extension)
$font = 'SomeFont';

?>
INFO