Open keophilavanh opened 1 year ago
HI Please try modifying ImagePrintBuffer.php line 95 $image -> newImage($metrics['textWidth'], $metrics['textHeight'], $background); change to $image -> newImage( (int) $metrics['textWidth'], (int) $metrics['textHeight'], $background);
help me how i can do
` $profile = CapabilityProfile::load("default"); $buffer = new ImagePrintBuffer(); $buffer -> setFont(DIR . '/../../phetsarath_ot.ttf'); $buffer -> setFontSize(12);
$printer -> setPrintBuffer($buffer); $printer -> text("ລະບົບຮ້ານອາຫານ\n");`