Tags: nh3000-org/maroto
Tags
fix/Bug when column is not informed when generating the row (#415) * fix: Correction of bug generated when a row is created without columns Add columns to row if they have not been added * test: Test if rows without columns receive a column by default * test: update mocks * test: Standardize test naming * fix: set the default column size to occupy the entire row set column size to 12 when no column is provided * test: method test to get row columns * fix: set column size with isMax size
feature/load fonts as byte streams (#411) * Add AddUTF8FontFromBytes to repository Allow to provide font files as Byte streams directly instead of loading from file. This is specially useful when using `go:embed` to include the asset files in the binary generating the PDFs. * fixup! Add AddUTF8FontFromBytes to repository * Use assert.Len instead of Equal
Features: Add method to validate if new line fits the current page (#… …404) * feat: add method to validate if new line fits the current page * test: test creation to validate routine FitlnCurrentPage * docs: example update * test: test name standardization