skip to Main Content

PHP Image watermark not support Khmer font Unicode – Photoshop

I'm using https://github.com/Intervention/image in my laravel Project to generate a watermark on the image. I download and use fonts from https://fonts.google.com and https://github.com/osify/cambodianfonts/tree/master/Unicode/Compartible-with-Photoshop-CS3 Both not working. I wrote code $textFont = public_path('Khmer/Khmer-Regular.ttf'); $template = Image::make($this->disk->path($user->avatar)); $text = "កម្ពុជា"; $template->text($text, 190,…

VIEW QUESTION

upgrade server php version in Cpanel

I have to run composer in cpanel terminal to install and host laravel project. But however, it gives this error This package requires php ^7.2.5 but your PHP version (5.6.40) does not satisfy that requirement. I go Settings >> MultiPHP…

VIEW QUESTION
Back To Top
Search