mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
Enforce DataBar height restrictions
This commit is contained in:
@ -72,6 +72,7 @@ extern "C" {
|
||||
extern double froundup(const double input);
|
||||
extern int parunmodd(const unsigned char llyth);
|
||||
extern int utf8toutf16(struct zint_symbol *symbol, const unsigned char source[], int vals[], int *length);
|
||||
extern void set_minimum_height(struct zint_symbol *symbol, int min_height);
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif /* __cplusplus */
|
||||
|
Reference in New Issue
Block a user