diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2009-10-17 19:22:37 +0200 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2009-10-17 19:22:37 +0200 |
commit | ba30ecdf73f0633259a8c64ea2e3ef2e3cbcd65a (patch) | |
tree | 0c9a801112a7b6adab1ab9da10bb2a68893f9d32 /src/css.hh | |
parent | 42b823675277e31dd2772a0d4bdb9bf1ff0b5df4 (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.hh | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |