MeasuredBarcode
data class MeasuredBarcode(val barcode: Code128Barcode, val color: PdfColor, val background: PdfColor?, val size: Size) : MeasuredNode
Measurement result for a com.conamobile.pdfkmp.node.BarcodeNode. Carries the encoded bar/space module widths so the renderer can emit the bars without re-running the encoder.