Versions in this module Expand all Collapse all v2 v2.4.2 Sep 7, 2025 v2.4.1 Sep 7, 2025 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(provider 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 struct + func (m *MatrixCode) GetHeight(provider core.Provider, cell *entity.Cell) float64 + func (m *MatrixCode) GetStructure() *node.Node[core.Structure] + func (m *MatrixCode) Render(provider core.Provider, cell *entity.Cell) + func (m *MatrixCode) SetConfig(config *entity.Config) + type QrCode struct + func (q *QrCode) GetHeight(provider core.Provider, cell *entity.Cell) float64 + func (q *QrCode) GetStructure() *node.Node[core.Structure] + func (q *QrCode) Render(provider core.Provider, cell *entity.Cell) + func (q *QrCode) SetConfig(config *entity.Config)