We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5328d82 commit 86216a0Copy full SHA for 86216a0
Readme.md
@@ -23,7 +23,7 @@ echo $generator->getBarcode('081231723897', $generator::TYPE_CODE_128);
23
The ->getBarcode() routine accepts the following:
24
- $code Data for the barcode
25
- $type Type of barcode, use the constants defined in the class
26
-- $widthFactor Width is based on the length of the data, with this factor you can make the barcode bars wider then default
+- $widthFactor Width is based on the length of the data, with this factor you can make the barcode bars wider than default
27
- $totalHeight The total height of the barcode
28
- $color Hex code of the foreground color
29
0 commit comments