summaryrefslogtreecommitdiff
path: root/fitz/fitz.h
diff options
context:
space:
mode:
authorRobin Watts <robin.watts@artifex.com>2013-02-22 13:19:52 +0000
committerRobin Watts <robin.watts@artifex.com>2013-03-26 13:22:38 +0000
commitb053493245f7f0866b47a26480e35a56ee66e6e0 (patch)
treeb947f368f6b9537dc6f89607aa82a74f51955286 /fitz/fitz.h
parent40fab9c46e56f7e8d9dbc8b14a6ad1cd72af068d (diff)
downloadmupdf-b053493245f7f0866b47a26480e35a56ee66e6e0.tar.xz
Spot indents.
Diffstat (limited to 'fitz/fitz.h')
-rw-r--r--fitz/fitz.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fitz/fitz.h b/fitz/fitz.h
index 7a44057a..0c71a7a0 100644
--- a/fitz/fitz.h
+++ b/fitz/fitz.h
@@ -1938,6 +1938,7 @@ struct fz_text_span_s
int column; /* If non zero, the column that it's in */
float column_width; /* Percentage */
int align; /* 0 = left, 1 = centre, 2 = right */
+ float indent; /* The indent position for this column. */
};
/*