diff options
author | Robin Watts <robin.watts@artifex.com> | 2013-02-22 13:19:52 +0000 |
---|---|---|
committer | Robin Watts <robin.watts@artifex.com> | 2013-03-26 13:22:38 +0000 |
commit | b053493245f7f0866b47a26480e35a56ee66e6e0 (patch) | |
tree | b947f368f6b9537dc6f89607aa82a74f51955286 /fitz/fitz.h | |
parent | 40fab9c46e56f7e8d9dbc8b14a6ad1cd72af068d (diff) | |
download | mupdf-b053493245f7f0866b47a26480e35a56ee66e6e0.tar.xz |
Spot indents.
Diffstat (limited to 'fitz/fitz.h')
-rw-r--r-- | fitz/fitz.h | 1 |
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. */ }; /* |