From c3d7df723ce46d280f3e0edf558aed333a94d81f Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Wed, 2 Feb 2011 00:15:46 +0000 Subject: add system font hook svn path=/trunk/libcss/; revision=11599 --- src/stylesheet.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/stylesheet.h') diff --git a/src/stylesheet.h b/src/stylesheet.h index 5d4eeb9..9734f02 100644 --- a/src/stylesheet.h +++ b/src/stylesheet.h @@ -199,6 +199,10 @@ struct css_stylesheet { css_color_resolution_fn color; /**< Colour resolution function */ void *color_pw; /**< Private word */ + /** System font resolution function */ + css_font_resolution_fn font; + void *font_pw; /**< Private word */ + css_allocator_fn alloc; /**< Allocation function */ void *pw; /**< Private word */ -- cgit v1.2.3