1
0
mirror of https://git.code.sf.net/p/zint/code synced 2026-08-08 06:18:54 +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
+2 -2
View File
@@ -58,7 +58,7 @@ static void test_print(const testCtx *const p_ctx) {
};
const int data_size = ARRAY_SIZE(data);
int i, length, ret;
struct zint_symbol *symbol;
struct zint_symbol *symbol = NULL;
const char *data_dir = "/backend/tests/data/pcx";
const char *pcx = "out.pcx";
@@ -70,7 +70,7 @@ static void test_print(const testCtx *const p_ctx) {
const char *const have_identify = testUtilHaveIdentify();
testStart(p_ctx->func_name);
testStartSymbol(p_ctx->func_name, &symbol);
if (p_ctx->generate) {
char data_dir_path[1024];