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:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user