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.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/stylesheet.c') diff --git a/src/stylesheet.c b/src/stylesheet.c index d8c3113..382260a 100644 --- a/src/stylesheet.c +++ b/src/stylesheet.c @@ -224,6 +224,9 @@ css_error css_stylesheet_create(css_stylesheet_params *params, sheet->color = params->color; sheet->color_pw = params->color_pw; + sheet->font = params->font; + sheet->font_pw = params->font_pw; + sheet->alloc = alloc; sheet->pw = alloc_pw; -- cgit v1.2.3