Documentation
¶
Overview ¶
Package code93 can create Code93 barcodes
Index ¶
Constants ¶
View Source
const ( // Special Function 1 ($) FNC1 = '\u00f1' // Special Function 2 (%) FNC2 = '\u00f2' // Special Function 3 (/) FNC3 = '\u00f3' // Special Function 4 (+) FNC4 = '\u00f4' )
Variables ¶
This section is empty.
Functions ¶
func Encode ¶
Encode returns a code93 barcode for the given content if includeChecksum is set to true, two checksum characters are 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.Barcode, error)
Encode returns a code93 barcode for the given content and color scheme if includeChecksum is set to true, two checksum characters are calculated and added to the content
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.