1
0
mirror of https://git.code.sf.net/p/zint/code synced 2025-12-19 10:57:07 +00:00

Enforce DataBar height restrictions

This commit is contained in:
Robin Stuart
2016-10-14 18:56:49 +01:00
parent d6a1008ae7
commit dd80371b17
3 changed files with 35 additions and 0 deletions

View File

@@ -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 */