forked from jimevins/glabels-qt
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add handling of new Zint API >= 2.7.0 for Zint backend and use latest
version (2.12.0) by default (issues jimevins#86 and jimevins#160, subsumes PR jimevins#164). - hack "FindLibZint.cmake" to use `zint -h` to get version; define `LIBZINT_VERSION` - add new API handling in `Zint` in LIBZINT_VERSION >= 20700 define, leaving 2.6.3 handling unchanged - add some new Zint barcodes and adjust style properties of various other Zint barcodes - enable check digit handling via Zint `option_2` - add horizontal alignment `halign` argument to `Barcode::addText()`, `QtRenderer::drawText()` and `DrawingPrimitiveText::DrawingPrimitiveText()` and use in `QtRenderer::drawText()` to cater for Zint EAN/UPC left/right text align of outside digits - guard against QT infinite loop bug in `QFontMetricsF` when point size < ~0.4 (MIN_POINT_SIZE)
- Loading branch information
Showing
18 changed files
with
1,000 additions
and
119 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.