code128

package
v1.0.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 3, 2025 License: MIT Imports: 5 Imported by: 0

Documentation

Overview

Package code128 can create Code128 barcodes

Index

Constants

View Source
const (
	// FNC1 - Special Function 1
	FNC1 = '\u00f1'
	// FNC2 - Special Function 2
	FNC2 = '\u00f2'
	// FNC3 - Special Function 3
	FNC3 = '\u00f3'
	// FNC4 - Special Function 4
	FNC4 = '\u00f4'
)

Variables

This section is empty.

Functions

func Encode

func Encode(content string) (barcode.BarcodeIntCS, error)

Encode creates a Code 128 barcode for the given content

func EncodeWithColor added in v1.0.3

func EncodeWithColor(content string, color barcode.ColorScheme) (barcode.BarcodeIntCS, error)

Encode creates a Code 128 barcode for the given content and color scheme

func EncodeWithoutChecksum

func EncodeWithoutChecksum(content string) (barcode.Barcode, error)

func EncodeWithoutChecksumWithColor added in v1.0.3

func EncodeWithoutChecksumWithColor(content string, color barcode.ColorScheme) (barcode.Barcode, error)

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL