diff options
Diffstat (limited to 'src/css.hh')
-rw-r--r-- | src/css.hh | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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. */ |