mirror of
https://github.com/simon987/sist2.git
synced 2025-12-14 07:49:06 +00:00
UI fix, disable thumbnail option, batch index size option
This commit is contained in:
@@ -167,6 +167,10 @@ void parse_font(const char *buf, size_t buf_len, document_t *doc) {
|
||||
strcpy(meta_name->strval, font_name);
|
||||
APPEND_META(doc, meta_name)
|
||||
|
||||
if (ScanCtx.tn_size <= 0) {
|
||||
return;
|
||||
}
|
||||
|
||||
int pixel = 64;
|
||||
int num_chars = (int) strlen(font_name);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user