From 481f624e2592fc0967e94b84f1ce1d0f9e6ac9ce Mon Sep 17 00:00:00 2001 From: Johannes Hofmann Date: Fri, 6 Feb 2009 21:44:50 +0100 Subject: support font-size enum values --- src/css.hh | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'src/css.hh') diff --git a/src/css.hh b/src/css.hh index 56995e62..c3b5c45f 100644 --- a/src/css.hh +++ b/src/css.hh @@ -175,6 +175,19 @@ typedef enum { CSS_FONT_WEIGHT_NORMAL, } CssFontWeightExtensions; +typedef enum { + CSS_FONT_SIZE_LARGE, + CSS_FONT_SIZE_LARGER, + CSS_FONT_SIZE_MEDIUM, + CSS_FONT_SIZE_SMALL, + CSS_FONT_SIZE_SMALLER, + CSS_FONT_SIZE_XX_LARGE, + CSS_FONT_SIZE_XX_SMALL, + CSS_FONT_SIZE_X_LARGE, + CSS_FONT_SIZE_X_SMALL, +} CssFontSizeExtensions; + + /** * \brief This class holds a CSS property and value pair. */ -- cgit v1.2.3