summaryrefslogtreecommitdiff
path: root/src/context.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/context.h')
-rw-r--r--src/context.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/context.h b/src/context.h
index b89fa7f..f854f5e 100644
--- a/src/context.h
+++ b/src/context.h
@@ -7,6 +7,8 @@
typedef struct ttf2f_ctx ttf2f_ctx;
struct ttf2f_ctx {
+ void *face;
+
struct font_metrics *metrics;
size_t nglyphs;