From 93699403812c87a8d96d0029f37134cf86e86205 Mon Sep 17 00:00:00 2001 From: Sebastian Rasmussen Date: Tue, 2 Feb 2016 00:26:01 +0100 Subject: html: Support vertical alignment to top/bottom of parent box Fixes http://bugs.ghostscript.com/show_bug.cgi?id=696004 --- include/mupdf/html.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/mupdf/html.h b/include/mupdf/html.h index c734ea0d..33ee84c8 100644 --- a/include/mupdf/html.h +++ b/include/mupdf/html.h @@ -107,7 +107,7 @@ struct fz_css_match_s enum { DIS_NONE, DIS_BLOCK, DIS_INLINE, DIS_LIST_ITEM, DIS_INLINE_BLOCK }; enum { POS_STATIC, POS_RELATIVE, POS_ABSOLUTE, POS_FIXED }; enum { TA_LEFT, TA_RIGHT, TA_CENTER, TA_JUSTIFY }; -enum { VA_BASELINE, VA_SUB, VA_SUPER, VA_TOP, VA_BOTTOM }; +enum { VA_BASELINE, VA_SUB, VA_SUPER, VA_TOP, VA_BOTTOM, VA_TEXT_TOP, VA_TEXT_BOTTOM }; enum { BS_NONE, BS_SOLID }; enum { V_VISIBLE, V_HIDDEN, V_COLLAPSE }; -- cgit v1.2.3