-
-
Notifications
You must be signed in to change notification settings - Fork 126
Merge develop into master #306
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or 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
Add field justification parameter for `^FW`, `^FO`, and `^FT`. Fixes #245
Only load default fonts once, rather than each time they are used. Reorder font preference in the order (Zebra), Linux, Windows, MacOS, Android.
Initial implementation of ^BO Aztec Bar Code, fixes #246 Several of the parameters are not respected (menu symbol indicator, number of symbols for structured append, optional ID field for structured append).
…dated element drawers to concat the element rotation matrix to support label viewer rotation.
Adding support for drawing to an external SKSurface.
Fix PDF scaling
Add ANSI Codabar to BinaryKits.Zpl.Viewer
Unify line endings.
Fixes #278 Fixes #285 - Add support for `^FH` for all barcode types - Do not automatically interpret underscore sequences as hex escapes unless under `^FH` for TextField or FieldBlock elements - Add flag to replace underscores in text elements with En Space (U+2002) - Parse UTF8 in Hex Escapes - Custom hex indicator should be valid for the next field only.
* Add quality level to DataMatrix barcodes. * Parse DataMatrix QualityLevel * Add DataMatrix test cases
- Implement `^CI` as an independent element. - Change the meaning of hex escapes depending upon the active `^CI`. - Adjust test cases.
Fixes #264 Application namesapce conflicts with class System.Windows.Forms.Application
* Bump ImageSharp and other libraries to latest version. Bump net6.0 to net8.0. * Update tests to refactor away from ExpectedExceptionAttribute. * MaxiCode Barcodes only drawn on Windows due to System.Drawing.Common dependency. * Take an explicit dependency on System.Drawing.Common to resolve CVE warnings * Update workflows
…294) * Add example label using ^FT command with default position values. * Fix rendering of ^FT Field Typeset command for default x & y values. * Add Test for ^FT Default Position * Update all element drawers to check the UseDefaultPosition property and update all Draw methods to return the calculated next default position. * update all calls to drawer.Draw to track default position. * Pass `useDefaultPosition` parameter to all positionable elements.
Drop CoelWu.Zint.Net -> System.Drawing dependency.
* issue 276 allow non-integer inputs to FO analyzer * Also allow for ^FT
Implement UPC-A barcodes.
Implement UPC-E barcodes.
Implement UPC Extension barcodes.
* update BinaryKits.Zpl.Viewer README.md with the currently supported label elements.
BinaryKits.Zpl.Label 3.2.1 -> 3.3.0 BinaryKits.Zpl.Viewer 1.2.1 -> 1.3.0 BinaryKits.Zpl.Labelary 1.0.2 -> 1.0.3 BinaryKits.Zpl.Protocol 1.0.1 -> 1.0.2
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.