Skip to content
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

Added the ability to specify codeset switches manually in a Code128 barcode. #1

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

Commits on Nov 27, 2014

  1. Added Code128CustomBuilder to create a correctly formatted string for…

    … the CODE128CUSTOM type
    jbradford committed Nov 27, 2014
    Configuration menu
    Copy the full SHA
    f406ed0 View commit details
    Browse the repository at this point in the history
  2. Added Code128.TYPES enum value for CUSTOM and correctly calls the Cod…

    …e128 constructor for CUSTOM
    jbradford committed Nov 27, 2014
    Configuration menu
    Copy the full SHA
    fbdc6c4 View commit details
    Browse the repository at this point in the history
  3. Implemented encoding Custom Code128 barcode and reimplemented generat…

    …ion of barcode for Custom and Dynamic to correctly switch
    jbradford committed Nov 27, 2014
    Configuration menu
    Copy the full SHA
    32611c6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    33fda11 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2b0be28 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d0f4a97 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6691ded View commit details
    Browse the repository at this point in the history