summaryrefslogtreecommitdiff
path: root/src/css.hh
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2009-10-17 19:22:37 +0200
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2009-10-17 19:22:37 +0200
commitba30ecdf73f0633259a8c64ea2e3ef2e3cbcd65a (patch)
tree0c9a801112a7b6adab1ab9da10bb2a68893f9d32 /src/css.hh
parent42b823675277e31dd2772a0d4bdb9bf1ff0b5df4 (diff)
add letter-spacing support to CSS subsystem
The implementation in the fltk backend is still missing.
Diffstat (limited to 'src/css.hh')
-rw-r--r--src/css.hh4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/css.hh b/src/css.hh
index 1d7dc547..c1303ffd 100644
--- a/src/css.hh
+++ b/src/css.hh
@@ -249,6 +249,10 @@ typedef enum {
CSS_FONT_SIZE_X_SMALL,
} CssFontSizeExtensions;
+typedef enum {
+ CSS_LETTER_SPACING_NORMAL
+} CssLetterSpacingExtensions;
+
/**
* \brief This class holds a CSS property and value pair.