diff options
Diffstat (limited to 'include/fitz/font.h')
-rw-r--r-- | include/fitz/font.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/fitz/font.h b/include/fitz/font.h index 9fd9218b..a3caec7f 100644 --- a/include/fitz/font.h +++ b/include/fitz/font.h @@ -61,5 +61,6 @@ fz_vmtx fz_getvmtx(fz_font *font, int cid); fz_error *fz_newglyphcache(fz_glyphcache **arenap, int slots, int size); fz_error *fz_renderglyph(fz_glyphcache*, fz_glyph*, fz_font*, int, fz_matrix); +void fz_debugglyphcache(fz_glyphcache *); void fz_dropglyphcache(fz_glyphcache *); |