From bf56a5b19e6019b0f0b2bafe5388737da17f5224 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sun, 10 May 2009 22:11:32 +0000 Subject: Make proper use of conversion context svn path=/trunk/tools/ttf2f/; revision=7457 --- src/context.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/context.h') 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; -- cgit v1.2.1