Package-level declarations

Types

Link copied to clipboard

The bar/space module widths of an encoded Code 128 symbol, in drawing order.

Link copied to clipboard

Pure-Kotlin Code 128 barcode encoder (code sets B and C).

Link copied to clipboard
class DataMatrix(val size: Int, modules: BooleanArray)

An immutable square grid of Data Matrix modules.

Link copied to clipboard

Pure-Kotlin Data Matrix (ECC 200) encoder.

Link copied to clipboard

Pure-Kotlin EAN-13 / UPC-A barcode encoder.

Link copied to clipboard

Pure-Kotlin QR Code (Model 2, ISO/IEC 18004) encoder.

Link copied to clipboard

QR Code error-correction level, in ascending order of recoverable damage.

Link copied to clipboard
class QrMatrix(val size: Int, modules: BooleanArray)

An immutable square grid of QR modules.