summaryrefslogtreecommitdiff
path: root/src/parse/properties/properties.h
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-06-25 21:53:51 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-06-25 21:53:51 +0000
commit0e622a92d6e16141b050a7477d3b23068b289231 (patch)
tree3dcee201a67ebdcc2d252b56ac1cdfe501938954 /src/parse/properties/properties.h
parentfc09dd686bd7b131f7ee743a392900bf3f741498 (diff)
downloadlibcss-0e622a92d6e16141b050a7477d3b23068b289231.tar.gz
libcss-0e622a92d6e16141b050a7477d3b23068b289231.tar.bz2
Font shorthand property
svn path=/trunk/libcss/; revision=7989
Diffstat (limited to 'src/parse/properties/properties.h')
-rw-r--r--src/parse/properties/properties.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/parse/properties/properties.h b/src/parse/properties/properties.h
index f4d0c8b..9854aed 100644
--- a/src/parse/properties/properties.h
+++ b/src/parse/properties/properties.h
@@ -160,6 +160,9 @@ css_error parse_empty_cells(css_language *c,
css_error parse_float(css_language *c,
const parserutils_vector *vector, int *ctx,
css_style **result);
+css_error parse_font(css_language *c,
+ const parserutils_vector *vector, int *ctx,
+ css_style **result);
css_error parse_font_family(css_language *c,
const parserutils_vector *vector, int *ctx,
css_style **result);