tcpdf-laravel
tcpdf-laravel copied to clipboard
Custom font type
Hi there, I just find how to use the custom font type in the laravel, but I have no idea to fix it even though I review the comment below https://github.com/elibyy/tcpdf-laravel/issues/85
command: TCPDF_FONTS::addTTFfont('../fontpath/kaiu.ttf', 'TrueTypeUnicode'); exception: Error Class 'App\Http\Controllers\TCPDF_FONTS' not found
I found that the tools/tcpdf_addfont.php in the original tcpdf file and I don't know how to add in /vendor/elibyy /tcpdf-laravel and to use it.
any reply is appreciated thx.
Sorry for the delayed response, this class is in the root namespace so you should add backslash before the class name e.g. \TCPDF_FONTS