Versions in this module Expand all Collapse all v0 v0.2.0 Jun 11, 2026 v0.1.0 Jun 10, 2026 Changes in this version + func NewAutoBarRow(code string, ps ...props.Barcode) core.Row + func NewAutoMatrixRow(code string, ps ...props.Rect) core.Row + func NewAutoQrRow(code string, ps ...props.Rect) core.Row + func NewBar(code string, ps ...props.Barcode) core.Component + func NewBarCol(size int, code string, ps ...props.Barcode) core.Col + func NewBarRow(height float64, code string, ps ...props.Barcode) core.Row + func NewMatrix(code string, barcodeProps ...props.Rect) core.Component + func NewMatrixCol(size int, code string, ps ...props.Rect) core.Col + func NewMatrixRow(height float64, code string, ps ...props.Rect) core.Row + func NewQr(code string, barcodeProps ...props.Rect) core.Component + func NewQrCol(size int, code string, ps ...props.Rect) core.Col + func NewQrRow(height float64, code string, ps ...props.Rect) core.Row + type Barcode struct + func (b *Barcode) GetHeight(_ core.Provider, cell *entity.Cell) float64 + func (b *Barcode) GetStructure() *node.Node[core.Structure] + func (b *Barcode) Render(provider core.Provider, cell *entity.Cell) + func (b *Barcode) SetConfig(config *entity.Config) + type MatrixCode = rectCode + type QrCode = rectCode