Documentation
¶
Overview ¶
Package code39 can create Code39 barcodes
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Encode ¶
Encode returns a code39 barcode for the given content if includeChecksum is set to true, a checksum character is calculated and added to the content
func EncodeWithColor ¶ added in v1.0.3
func EncodeWithColor(content string, includeChecksum bool, fullASCIIMode bool, color barcode.ColorScheme) (barcode.BarcodeIntCS, error)
Encode returns a code39 barcode for the given content and color scheme if includeChecksum is set to true, a checksum character is calculated and added to the content
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.