mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-27 13:34:19 -04:00
Removed old Data Matrix standards
Removed Data Matrix ECC 000 to 140 because (a) they don't work properly and (b) nobody uses them anyway! Also removed some ghosts of Codablock-F - there are some more to find.
This commit is contained in:
parent
35e3c76785
commit
81b4902c95
12 changed files with 1064 additions and 3339 deletions
|
@ -568,9 +568,6 @@ void QZint::render(QPainter & painter, const QRectF & paintRect, AspectRatioMode
|
|||
if(((m_zintSymbol->symbology == BARCODE_CODE16K) || (m_zintSymbol->symbology == BARCODE_CODE49)) && (row != 0)) {
|
||||
painter.fillRect(0,y - 1,m_zintSymbol->width,2,QBrush(m_fgColor));
|
||||
}
|
||||
if(((m_zintSymbol->symbology == BARCODE_CODABLOCKF) || (m_zintSymbol->symbology == BARCODE_HIBC_BLOCKF)) && (row != 0)) {
|
||||
painter.fillRect(11,y - 1,m_zintSymbol->width - 24,2,QBrush(m_fgColor));
|
||||
}
|
||||
y+=m_zintSymbol->row_height[row];
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue