gs1.c: Allow 0-length AI data if GS1NOCHECK_MODE, props codemonkey82 (#204)

This commit is contained in:
gitlost 2021-09-13 17:54:46 +01:00
parent 9229634826
commit 86c15741d8
5 changed files with 128 additions and 119 deletions

View file

@ -52,7 +52,7 @@ extern "C" {
int rotation; /* 0, 90, 180, 270 degrees */
struct zint_vector_hexagon *next; /* Pointer to next hexagon */
};
struct zint_vector_string {
float x, y; /* x, y position relative to halign */
float fsize; /* Font size */