Hi. Im using template mode. In the template text is set to Arial in semibold. When printing through this library using network printer it does not come out in semibold. If I print using the P-touch program, it does come out in semibold.
Printer: Brother QL-820NWB
Code:
$this->printer = new Printer(new Template($template, $this->stream));
$this->printer->addCommand(new Command\ObjectCommand('productName', utf8_decode($this->product->name)));
$this->printer->addCommand(new Command\ObjectCommand("barcode", $this->product->id));
$this->printer->addCommand(new Command\ObjectCommand("price", "{$product->price_with_mva},-"));
$this->printer->addCommand(new Command\Cut(Command\Cut::FULL));
$this->printer->printLabel();
Template files I have tested with:
Templates.zip
Hi. Im using template mode. In the template text is set to Arial in semibold. When printing through this library using network printer it does not come out in semibold. If I print using the P-touch program, it does come out in semibold.
Printer: Brother QL-820NWB
Code:
Template files I have tested with:
Templates.zip