mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
BC412: add to backend_tcl; add skeleton test
GUI: allow for Qt not parsing #if's in slots (copy_to_clipboard_png())
This commit is contained in:
@ -465,6 +465,9 @@ static int out_quiet_zones(const struct zint_symbol *symbol, const int hide_text
|
||||
/* AIMD/TSC15032-43 (v 0.99c) Section 9.2 */
|
||||
*left = *right = *top = *bottom = 1.0f;
|
||||
done = 1;
|
||||
|
||||
case BARCODE_BC412:
|
||||
/* TODO: Find doc */
|
||||
break;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user