mirror of
https://git.code.sf.net/p/zint/code
synced 2026-08-07 22:08: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:
@@ -159,6 +159,7 @@ const char *testUtilErrorName(int error_number);
|
||||
const char *testUtilInputModeName(int input_mode);
|
||||
const char *testUtilOption3Name(int symbology, int option_3);
|
||||
const char *testUtilOutputOptionsName(int output_options);
|
||||
const char *testUtilShowHRTName(int show_hrt);
|
||||
|
||||
int testUtilDAFTConvert(const struct zint_symbol *symbol, char *buffer, const int buffer_size);
|
||||
int testUtilIsValidUTF8(const unsigned char str[], const int length);
|
||||
|
||||
Reference in New Issue
Block a user