1
0
mirror of https://git.code.sf.net/p/zint/code synced 2026-08-01 10:59:53 +00:00

font_wip branch: new WIP font stuff using "stb_truetype.h",

not implemented for EAN/UPC, not fully tested
This commit is contained in:
gitlost
2026-07-27 12:21:19 +01:00
parent d6a4bdfe90
commit a4f0fa0fd2
144 changed files with 8276 additions and 1567 deletions
+5
View File
@@ -593,6 +593,11 @@ INTERNAL int zint_code16k(struct zint_symbol *symbol, unsigned char source[], in
symbol->border_width = 1; /* BS EN 12323:2005 Section 4.3.7 minimum (note change from previous default 2) */
}
if ((symbol->show_hrt & 0x7) >= ZINT_HRT_STACKED) {
assert(length < ARRAY_SIZE(symbol->text));
(void) z_hrt_cpy_iso8859_1(symbol, source, length);
}
if (content_segs) {
if ((symbol->input_mode & 0x07) == DATA_MODE) {
if (z_ct_cpy(symbol, source, length)) {