diff options
Diffstat (limited to 'source/fitz/font-imp.h')
-rw-r--r-- | source/fitz/font-imp.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source/fitz/font-imp.h b/source/fitz/font-imp.h index 74a25ccf..f121923c 100644 --- a/source/fitz/font-imp.h +++ b/source/fitz/font-imp.h @@ -39,6 +39,10 @@ struct fz_font_s /* cached encoding lookup */ uint16_t *encoding_cache[256]; + + /* cached md5sum for caching */ + int has_digest; + unsigned char digest[16]; }; #endif |