summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRobin Watts <robin.watts@artifex.com>2016-01-18 20:17:00 +0000
committerRobin Watts <robin.watts@artifex.com>2016-01-18 20:17:48 +0000
commitac27f6c40787c34830b5273ca51fb915d341c697 (patch)
tree7da7db02e9e343835419cbec22f7093a5320d5c2 /include
parent0455fb54f5c7291c43ec782c11499ef074284cbc (diff)
downloadmupdf-ac27f6c40787c34830b5273ca51fb915d341c697.tar.xz
Add support for bidirectional mirror characters
Diffstat (limited to 'include')
-rw-r--r--include/mupdf/html.h1
1 files changed, 1 insertions, 0 deletions
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 {