mirror of
https://git.code.sf.net/p/zint/code
synced 2026-05-01 11:45:29 +00:00
general: fix some typos using https://github.com/crate-ci/typos
(see gs1-syntax-engine PR #15, props Viktor Szépe)
This commit is contained in:
@@ -1162,7 +1162,7 @@ class="btn" alt="eye" /> buttons which invoke a colour picker.</p>
|
||||
alt="The colour picker tool" />
|
||||
<figcaption aria-hidden="true">The colour picker tool</figcaption>
|
||||
</figure>
|
||||
<p>(Note that to change the colours visually, the luminence slider, the
|
||||
<p>(Note that to change the colours visually, the luminance slider, the
|
||||
long narrow column on the right, must be adjusted.) The color picker
|
||||
only deals in RGB(A), and will overwrite any CMYK values with RGB(A)
|
||||
values once <code>"OK"</code> is selected.</p>
|
||||
@@ -2307,8 +2307,8 @@ output, text will not be printed for scales less than 1.</p>
|
||||
X-dimension of 0.2 (or for MaxiCode EMF output, 4). The maximum scale
|
||||
for both raster and vector is 200.</p>
|
||||
<p>To summarize the more intricate details:</p>
|
||||
<div id="tbl:scaling_multiplers" class="tablenos">
|
||||
<table id="tbl:scaling_multiplers" style="width:92%;"
|
||||
<div id="tbl:scaling_multipliers" class="tablenos">
|
||||
<table id="tbl:scaling_multipliers" style="width:92%;"
|
||||
data-tag=": Scaling Multipliers and Minima">
|
||||
<caption><span>Table : Scaling Multipliers and Minima</span> </caption>
|
||||
<colgroup>
|
||||
@@ -5178,7 +5178,7 @@ alphanumeric, and is of the form:</p>
|
||||
Country Code, or the last 10 characters of the Tracking Number are
|
||||
non-numeric.</p>
|
||||
<p>Zint formats the Human Readable Text as specified by DPD, leaving out
|
||||
the identication tag, and adds a modulo-36 check character to the text
|
||||
the identification tag, and adds a modulo-36 check character to the text
|
||||
(not to the barcode itself), thus:</p>
|
||||
<p><code>PPPP PPP TTTT TTTT TTTT TT SSS CCC D</code></p>
|
||||
<p>By default a top boundary bar is added, with default width 3X. The
|
||||
@@ -8328,7 +8328,7 @@ other countries.</p>
|
||||
<p>Mac and macOS are trademarks of Apple Inc., registered in the U.S.
|
||||
and other countries.</p>
|
||||
<p>The Zint logo is derived from “SF Planetary Orbiter” font by
|
||||
ShyFoundary.</p>
|
||||
ShyFoundry.</p>
|
||||
<p>Zint.org.uk website design and hosting provided by Robert
|
||||
Elliott.</p>
|
||||
<h2 id="patent-issues">7.2 Patent Issues</h2>
|
||||
@@ -8938,7 +8938,7 @@ class="sourceCode bash"><code class="sourceCode bash"><span id="cb125-1"><a href
|
||||
<div class="sourceCode" id="cb126"><pre
|
||||
class="sourceCode bash"><code class="sourceCode bash"><span id="cb126-1"><a href="#cb126-1" aria-hidden="true" tabindex="-1"></a><span class="ex">package</span> require zint</span>
|
||||
<span id="cb126-2"><a href="#cb126-2" aria-hidden="true" tabindex="-1"></a><span class="ex">zint</span> help</span></code></pre></div>
|
||||
<p>which will show the usage message, with options very similiar to the
|
||||
<p>which will show the usage message, with options very similar to the
|
||||
Zint CLI. (One notable difference is that boolean options such as
|
||||
<code>-bold</code> take a <code>1</code> or <code>0</code> as an
|
||||
argument.)</p>
|
||||
@@ -9676,7 +9676,7 @@ class="sourceCode bash"><code class="sourceCode bash"><span id="cb138-1"><a href
|
||||
<p>Please send bug reports to
|
||||
https://sourceforge.net/p/zint/tickets/.</p>
|
||||
<h2 id="see-also">SEE ALSO</h2>
|
||||
<p>Full documention for <code>zint</code> (and the API
|
||||
<p>Full documentation for <code>zint</code> (and the API
|
||||
<code>libzint</code> and the GUI <code>zint-qt</code>) is available
|
||||
from</p>
|
||||
<pre><code> https://zint.org.uk/manual/</code></pre>
|
||||
|
||||
Reference in New Issue
Block a user