Search 1.9 billion lines of Odoo code on GitHub

barcode_font

Author: Asphalt Zipper
License: LGPL-3
Branch: 12.0
Repository: asphaltzipper/azi-odoo-modules
Dependencies: barcodes
Languages: Python (35, 64.8%), and reStructuredText (19, 35.2%)

<a name="barcode-font"></a> <h2>Barcode Font</h2> <p>Provides various tools for encoding strings to be used with barcode fonts. This is helpful when printing small, dense barcodes. Using a font will produce much better print quality than using a raster image of the barcode.</p> <a name="installation"></a> <h2>Installation</h2> <p>In order to take advantage of printers with barcode font Code128 embedded, you will need to install the font on the Odoo server. Do that by copying the file font file (./support/code128.ttf) to someplace like this:</p> <blockquote> cp ./support/code128.ttf ~/.local/share/fonts/</blockquote> <p>Then, run the following:</p> <blockquote> sudo fc-cache -f -v</blockquote> <p>The font was obtained from <a class="reference external" href="http://www.barcodelink.net/barcode-font.php">http://www.barcodelink.net/barcode-font.php</a>.</p> <p>Font copyright Grandzebu. 2003. GNU General Public License.</p> <a name="configuration"></a> <h2>Configuration</h2> <ul class="simple"> <li>No specific configuration required.</li> </ul> <a name="usage"></a> <h2>Usage</h2> <p>To be used by backend code</p>