1
0
mirror of https://git.code.sf.net/p/zint/code synced 2026-01-06 03:27:30 +00:00

DATAMATRIX: add DM_ISO_144 (--dmiso144) option for ISO placement

of ECC codewords instead of default "de facto"
This commit is contained in:
gitlost
2023-10-30 20:28:00 +00:00
parent b343409fb4
commit ca964f9098
18 changed files with 578 additions and 188 deletions

View File

@@ -407,6 +407,20 @@ instead of the preferred FNC1
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="chkDMISO144">
<property name="text">
<string>Use ISO format for size 1&amp;44 x 144</string>
</property>
<property name="toolTip">
<string>Do not rotate ECC placement for 144 x 144
(Zint 24) sized symbols</string>
</property>
<property name="checked">
<bool>false</bool>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="chkDMFast">
<property name="text">