From d5a183e14d42560632a6aa270aede226215bb3d3 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sun, 4 Dec 2011 21:06:24 +0000 Subject: @font-face support. Credit: James Montgomerie Things missing: parser tests; the following descriptors: font-feature-settings, font-stretch, font-variant, unicode-range. svn path=/trunk/libcss/; revision=13244 --- include/libcss/types.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/libcss/types.h') diff --git a/include/libcss/types.h b/include/libcss/types.h index c8b9cf9..ffaf13c 100644 --- a/include/libcss/types.h +++ b/include/libcss/types.h @@ -127,6 +127,10 @@ typedef struct css_select_ctx css_select_ctx; typedef struct css_computed_style css_computed_style; +typedef struct css_font_face css_font_face; + +typedef struct css_font_face_src css_font_face_src; + #ifdef __cplusplus } #endif -- cgit v1.2.3