From b053493245f7f0866b47a26480e35a56ee66e6e0 Mon Sep 17 00:00:00 2001 From: Robin Watts Date: Fri, 22 Feb 2013 13:19:52 +0000 Subject: Spot indents. --- fitz/fitz.h | 1 + 1 file changed, 1 insertion(+) (limited to 'fitz/fitz.h') 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. */ }; /* -- cgit v1.2.3