aboutsummaryrefslogtreecommitdiff
path: root/cmd/label-tool
Commit message (Collapse)AuthorAgeFilesLines
* Add support for printing on red/black tapesPřemysl Eric Janouch2021-06-101-1/+1
| | | | | | | | | | My QL-800 refuses to print black only on a red/black tape. I really don't like the added `rb` function parameter. It would be best to be able to recognize such tapes, however nothing of the sort is documented in official Brother documentation. makeBitmapData{,RB} also look like they could be simplified further.
* bdf: make it possible to set the drawing colourPřemysl Eric Janouch2021-06-091-1/+2
| | | | Intended for red and black tapes.
* label-tool: send pages as UTF-8Přemysl Janouch2019-04-251-2/+2
|
* label-tool: make it possible to print free form textPřemysl Janouch2019-04-251-14/+36
| | | | Also commit the label subpackage that we forgot to.
* label-tool: allow choosing from multiple fontsPřemysl Janouch2019-04-251-25/+75
|
* Move commands under cmd/Přemysl Janouch2019-04-141-0/+199