Skip to content

Tags: nrivard/BarcodeView

Tags

0.1.4

Toggle 0.1.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Barcode text cutouts (#4)

* Proper textual cutouts in barcodes

This properly cuts out sections of the barcode to display text, between the endcaps and middle and shows prefix/checksum outside of the endcaps. It's slightly more complicated than it needs to be but this looks rather nice right now

* Fixed unit tests where possible

I had to remove `BarcodeTextView` tests because I couldn't figure out how to pass a GeometryReader.Proxy to the view.

* Cleaned up documentation

0.1.3

Toggle 0.1.3's commit message
Made small font more legible, especially on 1x displays

0.1.2

Toggle 0.1.2's commit message
Changed to fixed size text

0.1.1

Toggle 0.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #3 from nrivard/ConvertHStackToPath

Converted digit view to a Shape

0.1.0

Toggle 0.1.0's commit message
Initial commit of `BarcodeView`.