CodeIgniter Forums
Image magic adding font size - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: General (https://forum.codeigniter.com/forumdisplay.php?fid=1)
+--- Forum: Regional User Groups (https://forum.codeigniter.com/forumdisplay.php?fid=25)
+--- Thread: Image magic adding font size (/showthread.php?tid=83075)



Image magic adding font size - luckmoshy - 09-17-2022

Greeting all gentles here someone helps that down query, please!
PHP Code:
->withFile('/path/to/image/mypic.jpg')
    ->text('Copyright 2017 My Photo Co', [
  
        
'fontSize'  => 20/*i want to get font-size:45px*/
    ]) 



RE: Image magic adding font size - InsiteFX - 09-18-2022

Not sure if this is what your looking for but here goes:

How to change the color and font size of my php?it is not working if i try