From ac27f6c40787c34830b5273ca51fb915d341c697 Mon Sep 17 00:00:00 2001 From: Robin Watts Date: Mon, 18 Jan 2016 20:17:00 +0000 Subject: Add support for bidirectional mirror characters --- include/mupdf/html.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/mupdf/html.h b/include/mupdf/html.h index fd42ec08..546a4fbb 100644 --- a/include/mupdf/html.h +++ b/include/mupdf/html.h @@ -213,6 +213,7 @@ struct fz_html_flow_s unsigned int expand : 1; unsigned int char_r2l : 1; unsigned int block_r2l : 1; + unsigned int mirror : 1; float x, y, w, h, em; fz_css_style *style; union { -- cgit v1.2.3