Add a label builder (#14)
All checks were successful
Build ptprnt / build (push) Successful in 3m22s

Reviewed-on: moritz/ptouch-prnt#14
This commit was merged in pull request #14.
This commit is contained in:
2025-10-12 20:35:04 +00:00
parent 05cd9d244c
commit 78aab33fdb
5 changed files with 263 additions and 18 deletions

View File

@@ -12,6 +12,7 @@ ptprnt_hpps = files (
'PrinterDriverFactory.hpp',
'graphics/Bitmap.hpp',
'graphics/Label.hpp',
'graphics/LabelBuilder.hpp',
'graphics/Monochrome.hpp'
)
@@ -21,6 +22,7 @@ ptprnt_srcs = files (
'printers/P700Printer.cpp',
'printers/FakePrinter.cpp',
'graphics/Label.cpp',
'graphics/LabelBuilder.cpp',
'graphics/Bitmap.cpp',
'graphics/Monochrome.cpp',
'libusbwrap/UsbDeviceFactory.cpp',