diff options
Diffstat (limited to 'dw')
-rw-r--r-- | dw/style.hh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dw/style.hh b/dw/style.hh index 55d6fc9f..231f879a 100644 --- a/dw/style.hh +++ b/dw/style.hh @@ -237,7 +237,9 @@ enum VAlignType { VALIGN_MIDDLE, VALIGN_BASELINE, VALIGN_SUB, - VALIGN_SUPER + VALIGN_SUPER, + VALIGN_TEXT_TOP, + VALIGN_TEXT_BOTTOM, }; /** |